summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Frysinger <vapier@google.com>2020-03-25 01:00:29 -0400
committerJonathan Nieder <jrn@google.com>2020-03-25 05:54:26 +0000
commit3e5b269fc6e0b0691e571ca7f818a43f10ca2cbe (patch)
tree08a8a1eb5dbe75e105f8ab8c9bb98ea925544762
parentcdb344c0e7a92e478d738e29a995726c98ae1ffb (diff)
downloadgit-repo-3e5b269fc6e0b0691e571ca7f818a43f10ca2cbe.tar.gz
launcher: bump version for accumulated fixesv2.5
Change-Id: I45da9facb525355c4963735e087d87024dea2017 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/260232 Tested-by: Mike Frysinger <vapier@google.com> Reviewed-by: Jonathan Nieder <jrn@google.com>
-rwxr-xr-xrepo2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo b/repo
index 39162eff..acedbf87 100755
--- a/repo
+++ b/repo
@@ -133,7 +133,7 @@ if not REPO_REV:
133 REPO_REV = 'stable' 133 REPO_REV = 'stable'
134 134
135# increment this whenever we make important changes to this script 135# increment this whenever we make important changes to this script
136VERSION = (2, 4) 136VERSION = (2, 5)
137 137
138# increment this if the MAINTAINER_KEYS block is modified 138# increment this if the MAINTAINER_KEYS block is modified
139KEYRING_VERSION = (2, 3) 139KEYRING_VERSION = (2, 3)