From c70f1e31a666c5bc92412ccc9b8eee32e7de6cbc Mon Sep 17 00:00:00 2001 From: Amine Date: Tue, 13 Nov 2018 21:57:36 +0100 Subject: [PATCH] Added fetch to the build script. --- build.sh | 2 ++ 1 file changed, 2 insertions(+) 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)