From 7400cf0f8448a3173b4e35de0aa00352c7e7ac82 Mon Sep 17 00:00:00 2001 From: tandrii Date: Tue, 21 Jun 2016 08:48:07 -0700 Subject: [PATCH] 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 --- git_cl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git_cl.py b/git_cl.py index 95a141b022..ab28a9ca15 100755 --- a/git_cl.py +++ b/git_cl.py @@ -62,7 +62,7 @@ import subcommand import subprocess2 import watchlists -__version__ = '1.0' +__version__ = '2.0' DEFAULT_SERVER = 'https://codereview.appspot.com' POSTUPSTREAM_HOOK_PATTERN = '.git/hooks/post-cl-%s'