We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ecdb6d commit 6460f57Copy full SHA for 6460f57
update_libchdb.sh
@@ -9,8 +9,8 @@
9
cd "$(dirname "$0")"
10
11
# Get the newest release version
12
-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.0b0
+# LATEST_RELEASE=$(curl --silent "https://api.github.com/repos/chdb-io/chdb/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/')
+LATEST_RELEASE=v2.2.0b1
14
15
# Download the correct version based on the platform
16
case "$(uname -s)" in
@@ -48,4 +48,4 @@ tar -xzf libchdb.tar.gz
48
chmod +x libchdb.so
49
50
# Clean up
51
-rm -f libchdb.tar.gz
+rm -f libchdb.tar.gz
0 commit comments