diff options
author | Mike Frysinger <vapier@google.com> | 2021-09-28 16:21:41 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@google.com> | 2021-09-28 20:54:56 +0000 |
commit | 8967a5aec621672ee7acab16aa37efcfa7435ea9 (patch) | |
tree | e83920d60a59180ddf28d910bcaa9c93170f1e23 | |
parent | 2f3c3316e497faafa1e6f3e9cb40828d0eeb9812 (diff) | |
download | git-repo-8967a5aec621672ee7acab16aa37efcfa7435ea9.tar.gz |
launcher: bump version for new release
Change-Id: I9812185c9dfc11289547f5956c0cbe567d720f7f
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/319335
Reviewed-by: Xin Li <delphij@google.com>
Tested-by: Mike Frysinger <vapier@google.com>
-rwxr-xr-x | repo | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -149,7 +149,7 @@ if not REPO_REV: | |||
149 | BUG_URL = 'https://bugs.chromium.org/p/gerrit/issues/entry?template=Repo+tool+issue' | 149 | BUG_URL = 'https://bugs.chromium.org/p/gerrit/issues/entry?template=Repo+tool+issue' |
150 | 150 | ||
151 | # increment this whenever we make important changes to this script | 151 | # increment this whenever we make important changes to this script |
152 | VERSION = (2, 15) | 152 | VERSION = (2, 17) |
153 | 153 | ||
154 | # increment this if the MAINTAINER_KEYS block is modified | 154 | # increment this if the MAINTAINER_KEYS block is modified |
155 | KEYRING_VERSION = (2, 3) | 155 | KEYRING_VERSION = (2, 3) |