From ee451f035d258e40ce8f995c0826061228a7d292 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 4 Feb 2020 00:00:08 -0500 Subject: [PATCH] repo: bump launcher version to 2.0 This reflects the transition to the new 2.x series which will be migrating to Python 3-only. Bug: https://crbug.com/gerrit/10418 Change-Id: I6355ac955d26b930f8a3721d3526eec5bed92400 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/253132 Reviewed-by: David Pursehouse Tested-by: Mike Frysinger --- repo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo b/repo index e723986..42e7fca 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, 26) +VERSION = (2, 0) # increment this if the MAINTAINER_KEYS block is modified KEYRING_VERSION = (1, 2)