diff options
author | Mike Frysinger <vapier@google.com> | 2021-01-19 11:49:05 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@google.com> | 2021-01-21 16:17:19 +0000 |
commit | df6c506a8af47c19e853c96ba15e4446f93304b2 (patch) | |
tree | c0589b495c8b689d78b794a0e7adceedd4976f1d | |
parent | febe73ff16584578e3818bc35b5a3350ab672f77 (diff) | |
download | git-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>
-rwxr-xr-x | repo | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
150 | VERSION = (2, 11) | 150 | VERSION = (2, 12) |
151 | 151 | ||
152 | # increment this if the MAINTAINER_KEYS block is modified | 152 | # increment this if the MAINTAINER_KEYS block is modified |
153 | KEYRING_VERSION = (2, 3) | 153 | KEYRING_VERSION = (2, 3) |