From 5db69f3f6616ea199a7840f0602b988f8d5504b9 Mon Sep 17 00:00:00 2001 From: Conley Owens Date: Thu, 30 Jan 2014 16:00:35 -0800 Subject: [PATCH] Update the version number on the repo launcher The repo launcher version needs to be updated so some users can take advantage of the more robust version number parsing. Change-Id: Ibcd8036363311528db82db2b252357ffd21eb59b --- repo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo b/repo index 1587fef4..768f11f8 100755 --- a/repo +++ b/repo @@ -20,7 +20,7 @@ REPO_REV = 'stable' # limitations under the License. # increment this whenever we make important changes to this script -VERSION = (1, 20) +VERSION = (1, 21) # increment this if the MAINTAINER_KEYS block is modified KEYRING_VERSION = (1, 2)