diff options
author | Teddy Wing | 2018-03-21 18:16:38 +0100 |
---|---|---|
committer | Teddy Wing | 2018-03-21 18:16:38 +0100 |
commit | 7ad10f6c3baee96da2d71a7cd206c3be93e380ab (patch) | |
tree | 41b037c98d3b5ee627feed0a031182af95e8d2c9 | |
parent | b21704bd1fd835564b38c89f5b99209ebbfb4522 (diff) | |
download | git-branch-list-7ad10f6c3baee96da2d71a7cd206c3be93e380ab.tar.bz2 |
Increase version v0.0.1 -> v0.1.0v0.1.0
-rwxr-xr-x | git-branch-list | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-branch-list b/git-branch-list index 4d75092..0c6a74a 100755 --- a/git-branch-list +++ b/git-branch-list @@ -19,7 +19,7 @@ # along with this program. If not, see <https://www.gnu.org/licenses/>. DATABASE=.git/info/git-branch-list -VERSION=0.0.1 +VERSION=0.1.0 function initialise_database () { if [ -d .git ]; then |