Commit 346214843c519dceff0cb9e0a505778402190170
1 parent
9621b8a5
Exists in
master
Update the version bumper shell.
Showing
2 changed files
with
3 additions
and
2 deletions
Show diff stats
VERSION
bin/bump.sh
... | ... | @@ -19,6 +19,7 @@ White='\033[0;37m' # White |
19 | 19 | |
20 | 20 | # BUSINESS #################################################################### |
21 | 21 | |
22 | +MY_DIR="${0%/*}" | |
22 | 23 | VERSION=`git describe --tags` |
23 | 24 | echo -e "${Green}Setting new version : ${Yellow}${VERSION}${Off}" |
24 | -echo ${VERSION} > VERSION | |
25 | +echo ${VERSION} > ${MY_DIR}/../VERSION | ... | ... |