Skip to content

Commit 35d4223

Browse files
authored
Update update_libchdb.sh v2.1.1
1 parent 9a111e0 commit 35d4223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update_libchdb.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cd $(dirname "${BASH_SOURCE[0]}")
55

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

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

0 commit comments

Comments
 (0)