From 3e5b269fc6e0b0691e571ca7f818a43f10ca2cbe Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 25 Mar 2020 01:00:29 -0400 Subject: [PATCH] launcher: bump version for accumulated fixes Change-Id: I45da9facb525355c4963735e087d87024dea2017 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/260232 Tested-by: Mike Frysinger Reviewed-by: Jonathan Nieder --- repo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo b/repo index 39162ef..acedbf8 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, 4) +VERSION = (2, 5) # increment this if the MAINTAINER_KEYS block is modified KEYRING_VERSION = (2, 3)