Skip to content

Commit 7cb8ee7

Browse files
authored
Merge pull request #12 from jboga/jb/bump-libchdb-to-1.4.1
Bump default chdb latest release version to 2.0.0b0
2 parents 17d0ecf + c58d002 commit 7cb8ee7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chdb",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "chDB bindings for nodejs",
55
"main": "index.js",
66
"repository": {

update_libchdb.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cd "$(dirname "$0")"
1010

1111
# Get the newest release version
1212
# 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
13+
LATEST_RELEASE=v2.0.0b0
1414

1515
# Download the correct version based on the platform
1616
case "$(uname -s)" in

0 commit comments

Comments
 (0)