1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-09-29 04:45:56 -04:00

bump default version number

This commit is contained in:
Yargo 2019-03-14 20:21:01 +00:00
parent acc8344d79
commit c564b7685c

View File

@ -4,7 +4,7 @@
## Generate Gophernicus version/build number
##
DEFAULT="110+"
DEFAULT="120+"
if which git >/dev/null && test -d .git; then
git log | grep -c "^commit"