From 60fc51bb1dcf8970189a544c2ca75f2cdcfdb6f8 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 21 May 2020 18:13:49 -0400 Subject: [PATCH] launcher: fix version to latest We've already released 2.7, and the next tag is 2.8, so this should be pulled up to 2.8 so it'll stay in sync. Change-Id: Id47bdbdb8050b29ea36442ac2149dd948648237f Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/268572 Tested-by: Mike Frysinger Reviewed-by: David Pursehouse --- repo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo b/repo index 3aea438..cf1f78b 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, 7) +VERSION = (2, 8) # increment this if the MAINTAINER_KEYS block is modified KEYRING_VERSION = (2, 3)