Skip to content

Commit 469372c

Browse files
authored
Update update_libchdb.sh v2.1.1
1 parent 1dd873e commit 469372c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update_libchdb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cd "$(dirname "$0")"
1010

1111
# Get the newest release version
1212
# LATEST_RELEASE=$(curl --silent "https://api.github.com/repos/chdb-io/chdb/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/')
13-
LATEST_RELEASE=v2.0.4
13+
LATEST_RELEASE=v2.1.1
1414

1515
# Download the correct version based on the platform
1616
case "$(uname -s)" in

0 commit comments

Comments
 (0)