Skip to content

Commit 992fa54

Browse files
committed
Pump to 0.2.5
1 parent ab1d075 commit 992fa54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.4
1+
0.2.5

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ esac
4141

4242
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
4343
PROJECT_ROOT="$(cd "$SCRIPT_DIR/.." && pwd)"
44-
VERSION=$(cat "$PROJECT_ROOT/VERSION" 2>/dev/null || echo "0.2.4")
44+
VERSION=$(cat "$PROJECT_ROOT/VERSION" 2>/dev/null)
4545
BASE_URL="https://github.com/honganh1206/tinker/releases/download"
4646
DOWNLOAD_URL="${BASE_URL}/${VERSION}/tinker_${VERSION}_${OS}_${ARCH}"
4747

0 commit comments

Comments
 (0)