From 72325c5f3e64711f575bd3e04a5cbe3fb320be18 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 21 May 2020 16:13:32 -0400 Subject: [PATCH] launcher: bump version for cli changes Change-Id: I9b2194df0c1af3bc5b42115a25992747368a7383 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/268532 Reviewed-by: Xin Li Tested-by: Xin Li Tested-by: Mike Frysinger --- repo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo b/repo index 18c7e77a..3aea438d 100755 --- a/repo +++ b/repo @@ -133,7 +133,7 @@ if not REPO_REV: REPO_REV = 'stable' # increment this whenever we make important changes to this script -VERSION = (2, 5) +VERSION = (2, 7) # increment this if the MAINTAINER_KEYS block is modified KEYRING_VERSION = (2, 3)