summaryrefslogtreecommitdiffstats
path: root/repo
diff options
context:
space:
mode:
authorMike Frysinger <vapier@google.com>2021-01-19 11:49:05 -0500
committerMike Frysinger <vapier@google.com>2021-01-21 16:17:19 +0000
commitdf6c506a8af47c19e853c96ba15e4446f93304b2 (patch)
treec0589b495c8b689d78b794a0e7adceedd4976f1d /repo
parentfebe73ff16584578e3818bc35b5a3350ab672f77 (diff)
downloadgit-repo-df6c506a8af47c19e853c96ba15e4446f93304b2.tar.gz
launcher: bump version for new release
Change-Id: I8a39630d482fc389cf497399102f795d7e576ff9 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/294122 Reviewed-by: Michael Mortensen <mmortensen@google.com> Tested-by: Mike Frysinger <vapier@google.com>
Diffstat (limited to 'repo')
-rwxr-xr-xrepo2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo b/repo
index 8936f57b..83933d7c 100755
--- a/repo
+++ b/repo
@@ -147,7 +147,7 @@ if not REPO_REV:
147 REPO_REV = 'stable' 147 REPO_REV = 'stable'
148 148
149# increment this whenever we make important changes to this script 149# increment this whenever we make important changes to this script
150VERSION = (2, 11) 150VERSION = (2, 12)
151 151
152# increment this if the MAINTAINER_KEYS block is modified 152# increment this if the MAINTAINER_KEYS block is modified
153KEYRING_VERSION = (2, 3) 153KEYRING_VERSION = (2, 3)