We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab1d075 commit 992fa54Copy full SHA for 992fa54
VERSION
@@ -1 +1 @@
1
-0.2.4
+0.2.5
scripts/install.sh
@@ -41,7 +41,7 @@ esac
41
42
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
43
PROJECT_ROOT="$(cd "$SCRIPT_DIR/.." && pwd)"
44
-VERSION=$(cat "$PROJECT_ROOT/VERSION" 2>/dev/null || echo "0.2.4")
+VERSION=$(cat "$PROJECT_ROOT/VERSION" 2>/dev/null)
45
BASE_URL="https://github.com/honganh1206/tinker/releases/download"
46
DOWNLOAD_URL="${BASE_URL}/${VERSION}/tinker_${VERSION}_${OS}_${ARCH}"
47
0 commit comments