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