From 293119cf6cf18877e3fba8d2414da801ccb15577 Mon Sep 17 00:00:00 2001 From: Sasha Khamkov Date: Sun, 21 Sep 2014 09:55:56 +0300 Subject: [PATCH] Bump version in `bin/git-extras` - Bump version to 2.0.0 in `bin/git-extras` to enable updating package via `git-extras update` --- bin/git-extras | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/git-extras b/bin/git-extras index ce1ff22..ef19e27 100755 --- a/bin/git-extras +++ b/bin/git-extras @@ -1,6 +1,6 @@ #!/bin/sh -VERSION="1.9.1" +VERSION="2.0.0" update() { local bin=$(which git-extras)