diff options
author | Mike Frysinger <vapier@google.com> | 2020-02-11 14:44:50 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@google.com> | 2020-02-12 00:12:14 +0000 |
commit | aeb2eee9d355b5753d04ef5045f91e98de1bf95b (patch) | |
tree | b80678d5e2f32ea34fc02d15adeabbbc19cfc428 | |
parent | 45d1c372a79fe35e1deb4956708432bc9ae80ea0 (diff) | |
download | git-repo-aeb2eee9d355b5753d04ef5045f91e98de1bf95b.tar.gz |
repo: bump launcher version
This way we can push out the updated stable branch change.
Change-Id: I72d5dab4523a10dfeb6529796892096aa80eba3c
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/254492
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
@@ -35,7 +35,7 @@ if not REPO_REV: | |||
35 | # limitations under the License. | 35 | # limitations under the License. |
36 | 36 | ||
37 | # increment this whenever we make important changes to this script | 37 | # increment this whenever we make important changes to this script |
38 | VERSION = (1, 26) | 38 | VERSION = (1, 27) |
39 | 39 | ||
40 | # increment this if the MAINTAINER_KEYS block is modified | 40 | # increment this if the MAINTAINER_KEYS block is modified |
41 | KEYRING_VERSION = (1, 2) | 41 | KEYRING_VERSION = (1, 2) |