Bump version in bin/git-extras

- Bump version to 2.0.0 in `bin/git-extras` to enable updating package
via `git-extras update`
This commit is contained in:
Sasha Khamkov 2014-09-21 09:55:56 +03:00
parent 32d034abd5
commit 293119cf6c

View file

@ -1,6 +1,6 @@
#!/bin/sh
VERSION="1.9.1"
VERSION="2.0.0"
update() {
local bin=$(which git-extras)