summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Frysinger <vapier@google.com>2020-02-04 00:00:08 -0500
committerMike Frysinger <vapier@google.com>2020-02-04 06:15:26 +0000
commitee451f035d258e40ce8f995c0826061228a7d292 (patch)
tree063e3b9cc40763fd2515b3944fccacedb21d2c95
parent91d9587e45608a5f95cd842426b43452a60abb5e (diff)
downloadgit-repo-ee451f035d258e40ce8f995c0826061228a7d292.tar.gz
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 <dpursehouse@collab.net> Tested-by: Mike Frysinger <vapier@google.com>
-rwxr-xr-xrepo2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo b/repo
index e7239861..42e7fca9 100755
--- a/repo
+++ b/repo
@@ -33,7 +33,7 @@ REPO_REV = 'stable'
33# limitations under the License. 33# limitations under the License.
34 34
35# increment this whenever we make important changes to this script 35# increment this whenever we make important changes to this script
36VERSION = (1, 26) 36VERSION = (2, 0)
37 37
38# increment this if the MAINTAINER_KEYS block is modified 38# increment this if the MAINTAINER_KEYS block is modified
39KEYRING_VERSION = (1, 2) 39KEYRING_VERSION = (1, 2)