summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrepo2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo b/repo
index 8936f57b..83933d7c 100755
--- a/repo
+++ b/repo
@@ -147,7 +147,7 @@ if not REPO_REV:
147 REPO_REV = 'stable' 147 REPO_REV = 'stable'
148 148
149# increment this whenever we make important changes to this script 149# increment this whenever we make important changes to this script
150VERSION = (2, 11) 150VERSION = (2, 12)
151 151
152# increment this if the MAINTAINER_KEYS block is modified 152# increment this if the MAINTAINER_KEYS block is modified
153KEYRING_VERSION = (2, 3) 153KEYRING_VERSION = (2, 3)