We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efa11e8 commit f6ae374Copy full SHA for f6ae374
lib/update_libchdb.sh
@@ -2,7 +2,8 @@
2
#!/bin/bash
3
4
# Get the newest release version
5
-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/')
6
+LATEST_RELEASE=v2.1.1
7
8
# Download the correct version based on the platform
9
case "$(uname -s)" in
0 commit comments