#minor version change
This commit is contained in:
parent
f10f396251
commit
2bd93d6298
@ -14,7 +14,7 @@
|
|||||||
# https://gist.github.com/CSTDev/08c127680e3b5fae38c051da3e489351
|
# https://gist.github.com/CSTDev/08c127680e3b5fae38c051da3e489351
|
||||||
|
|
||||||
#get highest tag number containing at least 2 dots
|
#get highest tag number containing at least 2 dots
|
||||||
VERSION=`git describe --abbrev=0 --tags --match="v[0-9]*\.*\.*"`
|
VERSION=`git describe --abbrev=0 --tags --match="v[0-9]*\.[0-9]*\.[0-9]*"`
|
||||||
|
|
||||||
#replace . with space so can split into an array
|
#replace . with space so can split into an array
|
||||||
VERSION_BITS=(${VERSION//./ })
|
VERSION_BITS=(${VERSION//./ })
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user