From a24185ee6c63cfb8c05cb74a8f8c7d4bc09f5e92 Mon Sep 17 00:00:00 2001 From: Josip Sokcevic Date: Tue, 22 Nov 2022 16:27:24 -0800 Subject: [PATCH] Set repo version to 2.30 (current) Change-Id: Ie01ea8475b978f950471b0a52fc576e59060c6c5 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/352694 Reviewed-by: Jonathan Nieder Tested-by: Josip Sokcevic --- repo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo b/repo index 2e99c7cc..18649b89 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, 29) +VERSION = (2, 30) # increment this if the MAINTAINER_KEYS block is modified KEYRING_VERSION = (2, 3)