diff options
author | Mike Frysinger <vapier@google.com> | 2021-05-10 12:37:10 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@google.com> | 2021-05-10 17:10:04 +0000 |
commit | 4a58100251624ddd37c3046611c110fb3077668d (patch) | |
tree | f90d7f2a25e726927e9ad249f6f934b41e21ec5b | |
parent | 0e8828c47b509186f275d5c25108323c6c296214 (diff) | |
download | git-repo-4a58100251624ddd37c3046611c110fb3077668d.tar.gz |
launcher: bump version for new release
Change-Id: I1f204bb1e5ce6b13c623215236deef01efbc0f6c
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/305822
Reviewed-by: Raman Tenneti <rtenneti@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, 14) | 152 | VERSION = (2, 15) |
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) |