diff --git a/build.sh b/build.sh index 3d3465f..abdea4d 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,7 @@ #!/bin/bash +git fetch --tags -p + BASE_VERSION="1.7" LAST_TAG=$(git tag -l | sort -V | tail -1)