summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Frysinger <vapier@google.com>2020-02-12 17:24:11 -0500
committerMike Frysinger <vapier@google.com>2020-02-12 23:27:11 +0000
commit0b57eed8f00d81047b1d4738e4dd52978fc2d4ff (patch)
tree43aefcb432d7085a5c51bbc7b0a742db4012356b
parent72b6dc88915e0c0004b6fb92ce93b52f0c4b813b (diff)
downloadgit-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-xrepo2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo b/repo
index b8784d08..5dd4b784 100755
--- a/repo
+++ b/repo
@@ -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
117VERSION = (2, 0) 117VERSION = (2, 3)
118 118
119# increment this if the MAINTAINER_KEYS block is modified 119# increment this if the MAINTAINER_KEYS block is modified
120KEYRING_VERSION = (2, 0) 120KEYRING_VERSION = (2, 0)