commit | 7400cf0f8448a3173b4e35de0aa00352c7e7ac82 | [log] [tgz] |
---|---|---|
author | tandrii <tandrii@chromium.org> | Tue Jun 21 08:48:07 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue Jun 21 08:48:07 2016 -0700 |
tree | 5ae691a96947907347bd71063b7992cfc90840df | |
parent | 7aa2ddd81d57f5025c490658ebe829b6a5c803e0 [diff] [blame] |
Bump git-cl version to 2.0, since we now support Gerrit. R=andybons@chromium.org BUG=618017 Review-Url: https://codereview.chromium.org/2077773003
diff --git a/git_cl.py b/git_cl.py index 95a141b..ab28a9c 100755 --- a/git_cl.py +++ b/git_cl.py
@@ -62,7 +62,7 @@ import subprocess2 import watchlists -__version__ = '1.0' +__version__ = '2.0' DEFAULT_SERVER = 'https://codereview.appspot.com' POSTUPSTREAM_HOOK_PATTERN = '.git/hooks/post-cl-%s'