We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 17d0ecf + c58d002 commit 7cb8ee7Copy full SHA for 7cb8ee7
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "chdb",
3
- "version": "1.1.3",
+ "version": "1.1.4",
4
"description": "chDB bindings for nodejs",
5
"main": "index.js",
6
"repository": {
update_libchdb.sh
@@ -10,7 +10,7 @@ cd "$(dirname "$0")"
10
11
# Get the newest release version
12
# LATEST_RELEASE=$(curl --silent "https://api.github.com/repos/chdb-io/chdb/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/')
13
-LATEST_RELEASE=v1.1.0
+LATEST_RELEASE=v2.0.0b0
14
15
# Download the correct version based on the platform
16
case "$(uname -s)" in
0 commit comments