From 7ad10f6c3baee96da2d71a7cd206c3be93e380ab Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 21 Mar 2018 18:16:38 +0100 Subject: Increase version v0.0.1 -> v0.1.0 --- git-branch-list | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 . DATABASE=.git/info/git-branch-list -VERSION=0.0.1 +VERSION=0.1.0 function initialise_database () { if [ -d .git ]; then -- cgit v1.2.3