summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Sokcevic <sokcevic@google.com>2022-11-22 16:27:24 -0800
committerJosip Sokcevic <sokcevic@google.com>2022-11-23 01:45:59 +0000
commita24185ee6c63cfb8c05cb74a8f8c7d4bc09f5e92 (patch)
tree703e2e2b9606d7b634bed5721e25c75e95f63d6e
parentd686365449ade2480a23f86531a5b6630fcbb7a0 (diff)
downloadgit-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-xrepo2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo b/repo
index 2e99c7cc..18649b89 100755
--- a/repo
+++ b/repo
@@ -149,7 +149,7 @@ if not REPO_REV:
149BUG_URL = 'https://bugs.chromium.org/p/gerrit/issues/entry?template=Repo+tool+issue' 149BUG_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
152VERSION = (2, 29) 152VERSION = (2, 30)
153 153
154# increment this if the MAINTAINER_KEYS block is modified 154# increment this if the MAINTAINER_KEYS block is modified
155KEYRING_VERSION = (2, 3) 155KEYRING_VERSION = (2, 3)