diff --git a/autoversion.sh b/autoversion.sh index 1769df3..8188b28 100755 --- a/autoversion.sh +++ b/autoversion.sh @@ -4,7 +4,7 @@ # output (on stdout) can easily be redirected to a file. # -LATEST_RELEASE="v1.4" +LATEST_RELEASE="v1.4.1" if VER=`git describe --tags --dirty --always`; then echo "Setting version information: ${VER}" >&2