From 0b57eed8f00d81047b1d4738e4dd52978fc2d4ff Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 12 Feb 2020 17:24:11 -0500 Subject: [PATCH] repo: bump launcher version for accumulated fixes Change-Id: I5d9b866cc53d3824a01f5f0af127cf0c3ff97366 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/254757 Reviewed-by: David Pursehouse Tested-by: Mike Frysinger --- repo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo b/repo index b8784d08..5dd4b784 100755 --- a/repo +++ b/repo @@ -114,7 +114,7 @@ if not REPO_REV: # limitations under the License. # increment this whenever we make important changes to this script -VERSION = (2, 0) +VERSION = (2, 3) # increment this if the MAINTAINER_KEYS block is modified KEYRING_VERSION = (2, 0)