We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d69937 commit a1e4e0cCopy full SHA for a1e4e0c
update_libchdb.sh
@@ -4,7 +4,8 @@ set -e
4
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/')
+# 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.2.0b1
9
10
# Download the correct version based on the platform
11
case "$(uname -s)" in
0 commit comments