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 5cec0b6 commit 30afa98Copy full SHA for 30afa98
update_libchdb.sh
@@ -24,7 +24,7 @@ esac
24
25
# Get the newest release version
26
# LATEST_RELEASE=$(curl --silent "https://api.github.com/repos/chdb-io/chdb/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/')
27
-LATEST_RELEASE=v2.1.1
+LATEST_RELEASE=v2.0.4
28
RELEASE=${1:-$LATEST_RELEASE}
29
30
DOWNLOAD_URL="https://github.com/chdb-io/chdb/releases/download/$RELEASE/$PLATFORM-libchdb.tar.gz"
0 commit comments