diff options
author | David Pursehouse <dpursehouse@collab.net> | 2016-08-17 13:16:31 +0900 |
---|---|---|
committer | David Pursehouse <dpursehouse@collab.net> | 2016-08-17 13:58:17 +0900 |
commit | c4c2b066d122d841258ab3efe9adc99a99dc76ea (patch) | |
tree | 30e6c54e7e603fecc820bae20e792389f2cf312d | |
parent | 6a0a3648f18342a6cacd0550d8b79384599d64c9 (diff) | |
download | git-repo-c4c2b066d122d841258ab3efe9adc99a99dc76ea.tar.gz |
Increment the wrapper version
There have been a number of changes in the repo wrapper since the last
increment that was done in fee390ee:
- 9711a98 init: Add --no-clone-bundle option
- 631d0ec Support non-ASCII GNUPGHOME environment variable
- 4088eb4 repo: Cleaned up pylint/pep8 violations
- 5553628 repo: Add check of REPO_URL env variable
- 745b4ad Fix gitc-init behavior
- d3ddcdb Ignore clone.bundle on HTTP 501, i.e. Not Implemented
Change-Id: I3f763ef0ec2df2d726dff429021b48ad474148f1
-rwxr-xr-x | repo | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ REPO_REV = 'stable' | |||
23 | # limitations under the License. | 23 | # limitations under the License. |
24 | 24 | ||
25 | # increment this whenever we make important changes to this script | 25 | # increment this whenever we make important changes to this script |
26 | VERSION = (1, 22) | 26 | VERSION = (1, 23) |
27 | 27 | ||
28 | # increment this if the MAINTAINER_KEYS block is modified | 28 | # increment this if the MAINTAINER_KEYS block is modified |
29 | KEYRING_VERSION = (1, 2) | 29 | KEYRING_VERSION = (1, 2) |