summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Frysinger <vapier@google.com>2021-09-28 16:21:41 -0400
committerMike Frysinger <vapier@google.com>2021-09-28 20:54:56 +0000
commit8967a5aec621672ee7acab16aa37efcfa7435ea9 (patch)
treee83920d60a59180ddf28d910bcaa9c93170f1e23
parent2f3c3316e497faafa1e6f3e9cb40828d0eeb9812 (diff)
downloadgit-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-xrepo2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo b/repo
index f61639f3..4cddbf1e 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, 15) 152VERSION = (2, 17)
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)