From 346214843c519dceff0cb9e0a505778402190170 Mon Sep 17 00:00:00 2001 From: Antoine Goutenoir Date: Sat, 26 Oct 2019 18:04:47 +0200 Subject: [PATCH] Update the version bumper shell. --- VERSION | 2 +- bin/bump.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 6c6aa7c..0cbbe4d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0 \ No newline at end of file +0.1.0-1-g9621b8a diff --git a/bin/bump.sh b/bin/bump.sh index 7c2c117..fdc815d 100755 --- a/bin/bump.sh +++ b/bin/bump.sh @@ -19,6 +19,7 @@ White='\033[0;37m' # White # BUSINESS #################################################################### +MY_DIR="${0%/*}" VERSION=`git describe --tags` echo -e "${Green}Setting new version : ${Yellow}${VERSION}${Off}" -echo ${VERSION} > VERSION +echo ${VERSION} > ${MY_DIR}/../VERSION -- libgit2 0.21.2