From 6be76337a0b6dd173c75a982f6aa7ff17526ac05 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 17 Sep 2019 16:27:18 -0400 Subject: [PATCH] repo: bump wrapper version We've rolled quite a number of fixes since the last update, including a lot of Python 3 improvements. Lets bump the wrapper version for it. Change-Id: I6c6c04c3c8241bf8e8bcf26603549ae4595fede8 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/237812 Reviewed-by: David Pursehouse Tested-by: Mike Frysinger --- repo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo b/repo index 0888e44..2f634d9 100755 --- a/repo +++ b/repo @@ -33,7 +33,7 @@ REPO_REV = 'stable' # limitations under the License. # increment this whenever we make important changes to this script -VERSION = (1, 25) +VERSION = (1, 26) # increment this if the MAINTAINER_KEYS block is modified KEYRING_VERSION = (1, 2)