From df6c506a8af47c19e853c96ba15e4446f93304b2 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 19 Jan 2021 11:49:05 -0500 Subject: [PATCH] launcher: bump version for new release Change-Id: I8a39630d482fc389cf497399102f795d7e576ff9 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/294122 Reviewed-by: Michael Mortensen Tested-by: Mike Frysinger --- repo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo b/repo index 8936f57b..83933d7c 100755 --- a/repo +++ b/repo @@ -147,7 +147,7 @@ if not REPO_REV: REPO_REV = 'stable' # increment this whenever we make important changes to this script -VERSION = (2, 11) +VERSION = (2, 12) # increment this if the MAINTAINER_KEYS block is modified KEYRING_VERSION = (2, 3)