summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Frysinger <vapier@google.com>2021-01-06 16:38:31 -0500
committerMike Frysinger <vapier@google.com>2021-01-07 22:44:53 +0000
commitb64bec6acc0e2a835f427d8424af89dfcddaf08f (patch)
treedc5cf65beb7195d0b538a03d8c4017d038e81750
parent343d585ff99c5748d33823e92507fa06a037c608 (diff)
downloadgit-repo-b64bec6acc0e2a835f427d8424af89dfcddaf08f.tar.gz
launcher: bump version for new releasev2.11.1
Change-Id: Ie0abee81e86046f412b42f08100041cfd3689c4a Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/292682 Reviewed-by: Michael Mortensen <mmortensen@google.com> Tested-by: Mike Frysinger <vapier@google.com>
-rwxr-xr-xrepo2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo b/repo
index 9b4ab114..8f13015f 100755
--- a/repo
+++ b/repo
@@ -147,7 +147,7 @@ if not REPO_REV:
147 REPO_REV = 'stable' 147 REPO_REV = 'stable'
148 148
149# increment this whenever we make important changes to this script 149# increment this whenever we make important changes to this script
150VERSION = (2, 8) 150VERSION = (2, 11)
151 151
152# increment this if the MAINTAINER_KEYS block is modified 152# increment this if the MAINTAINER_KEYS block is modified
153KEYRING_VERSION = (2, 3) 153KEYRING_VERSION = (2, 3)