diff options
author | Josip Sokcevic <sokcevic@google.com> | 2022-11-22 16:27:24 -0800 |
---|---|---|
committer | Josip Sokcevic <sokcevic@google.com> | 2022-11-23 01:45:59 +0000 |
commit | a24185ee6c63cfb8c05cb74a8f8c7d4bc09f5e92 (patch) | |
tree | 703e2e2b9606d7b634bed5721e25c75e95f63d6e | |
parent | d686365449ade2480a23f86531a5b6630fcbb7a0 (diff) | |
download | git-repo-a24185ee6c63cfb8c05cb74a8f8c7d4bc09f5e92.tar.gz |
Set repo version to 2.30 (current)
Change-Id: Ie01ea8475b978f950471b0a52fc576e59060c6c5
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/352694
Reviewed-by: Jonathan Nieder <jrn@google.com>
Tested-by: Josip Sokcevic <sokcevic@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, 29) | 152 | VERSION = (2, 30) |
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) |