diff options
author | Mike Frysinger <vapier@google.com> | 2020-02-04 00:00:08 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@google.com> | 2020-02-04 06:15:26 +0000 |
commit | ee451f035d258e40ce8f995c0826061228a7d292 (patch) | |
tree | 063e3b9cc40763fd2515b3944fccacedb21d2c95 | |
parent | 91d9587e45608a5f95cd842426b43452a60abb5e (diff) | |
download | git-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-x | repo | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
36 | VERSION = (1, 26) | 36 | VERSION = (2, 0) |
37 | 37 | ||
38 | # increment this if the MAINTAINER_KEYS block is modified | 38 | # increment this if the MAINTAINER_KEYS block is modified |
39 | KEYRING_VERSION = (1, 2) | 39 | KEYRING_VERSION = (1, 2) |