From b8108315f0c842f05c2b520aa459909d573411c1 Mon Sep 17 00:00:00 2001 From: auxten Date: Fri, 19 Apr 2024 15:03:41 +0800 Subject: [PATCH] Fix libchdb version to 1.1.0 until chdb-node 1.2.0 --- update_libchdb.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/update_libchdb.sh b/update_libchdb.sh index 965247a..9ed143a 100755 --- a/update_libchdb.sh +++ b/update_libchdb.sh @@ -9,7 +9,8 @@ cd "$(dirname "$0")" # Get the newest release version -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/') +LATEST_RELEASE=v1.1.0 # Download the correct version based on the platform case "$(uname -s)" in