diff options
-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 |