diff options
author | Mike Frysinger <vapier@google.com> | 2020-02-12 17:24:11 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@google.com> | 2020-02-12 23:27:11 +0000 |
commit | 0b57eed8f00d81047b1d4738e4dd52978fc2d4ff (patch) | |
tree | 43aefcb432d7085a5c51bbc7b0a742db4012356b | |
parent | 72b6dc88915e0c0004b6fb92ce93b52f0c4b813b (diff) | |
download | git-repo-0b57eed8f00d81047b1d4738e4dd52978fc2d4ff.tar.gz |
repo: bump launcher version for accumulated fixesv2.3
Change-Id: I5d9b866cc53d3824a01f5f0af127cf0c3ff97366
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/254757
Reviewed-by: David Pursehouse <dpursehouse@collab.net>
Tested-by: Mike Frysinger <vapier@google.com>
-rwxr-xr-x | repo | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -114,7 +114,7 @@ if not REPO_REV: | |||
114 | # limitations under the License. | 114 | # limitations under the License. |
115 | 115 | ||
116 | # increment this whenever we make important changes to this script | 116 | # increment this whenever we make important changes to this script |
117 | VERSION = (2, 0) | 117 | VERSION = (2, 3) |
118 | 118 | ||
119 | # increment this if the MAINTAINER_KEYS block is modified | 119 | # increment this if the MAINTAINER_KEYS block is modified |
120 | KEYRING_VERSION = (2, 0) | 120 | KEYRING_VERSION = (2, 0) |