From aeb2eee9d355b5753d04ef5045f91e98de1bf95b Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 11 Feb 2020 14:44:50 -0500 Subject: [PATCH] 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 Tested-by: Mike Frysinger --- repo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo b/repo index b9e29ba6..15d2ff85 100755 --- a/repo +++ b/repo @@ -35,7 +35,7 @@ if not REPO_REV: # limitations under the License. # increment this whenever we make important changes to this script -VERSION = (1, 26) +VERSION = (1, 27) # increment this if the MAINTAINER_KEYS block is modified KEYRING_VERSION = (1, 2)