summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Frysinger <vapier@google.com>2020-02-11 14:44:50 -0500
committerMike Frysinger <vapier@google.com>2020-02-12 00:12:14 +0000
commitaeb2eee9d355b5753d04ef5045f91e98de1bf95b (patch)
treeb80678d5e2f32ea34fc02d15adeabbbc19cfc428
parent45d1c372a79fe35e1deb4956708432bc9ae80ea0 (diff)
downloadgit-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-xrepo2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo b/repo
index b9e29ba6..15d2ff85 100755
--- a/repo
+++ b/repo
@@ -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
38VERSION = (1, 26) 38VERSION = (1, 27)
39 39
40# increment this if the MAINTAINER_KEYS block is modified 40# increment this if the MAINTAINER_KEYS block is modified
41KEYRING_VERSION = (1, 2) 41KEYRING_VERSION = (1, 2)