From 4a58100251624ddd37c3046611c110fb3077668d Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 10 May 2021 12:37:10 -0400 Subject: [PATCH] launcher: bump version for new release Change-Id: I1f204bb1e5ce6b13c623215236deef01efbc0f6c Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/305822 Reviewed-by: Raman Tenneti Tested-by: Mike Frysinger --- repo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo b/repo index 8e0c810e..3b244c16 100755 --- a/repo +++ b/repo @@ -149,7 +149,7 @@ if not REPO_REV: BUG_URL = 'https://bugs.chromium.org/p/gerrit/issues/entry?template=Repo+tool+issue' # increment this whenever we make important changes to this script -VERSION = (2, 14) +VERSION = (2, 15) # increment this if the MAINTAINER_KEYS block is modified KEYRING_VERSION = (2, 3)