summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrepo2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo b/repo
index 18c7e77a..3aea438d 100755
--- a/repo
+++ b/repo
@@ -133,7 +133,7 @@ if not REPO_REV:
133 REPO_REV = 'stable' 133 REPO_REV = 'stable'
134 134
135# increment this whenever we make important changes to this script 135# increment this whenever we make important changes to this script
136VERSION = (2, 5) 136VERSION = (2, 7)
137 137
138# increment this if the MAINTAINER_KEYS block is modified 138# increment this if the MAINTAINER_KEYS block is modified
139KEYRING_VERSION = (2, 3) 139KEYRING_VERSION = (2, 3)