We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a111e0 commit 35d4223Copy full SHA for 35d4223
update_libchdb.sh
@@ -5,7 +5,7 @@ cd $(dirname "${BASH_SOURCE[0]}")
5
6
# Get the newest release version
7
# 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
+LATEST_RELEASE=v2.1.1
9
10
# Download the correct version based on the platform
11
case "$(uname -s)" in
0 commit comments