diff --git a/package.json b/package.json index 2bee0dd..bd3c8ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chdb", - "version": "1.1.3", + "version": "1.1.4", "description": "chDB bindings for nodejs", "main": "index.js", "repository": { diff --git a/update_libchdb.sh b/update_libchdb.sh index 9ed143a..2ad7c4c 100755 --- a/update_libchdb.sh +++ b/update_libchdb.sh @@ -10,7 +10,7 @@ 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=v1.1.0 +LATEST_RELEASE=v2.0.0b0 # Download the correct version based on the platform case "$(uname -s)" in