Skip to content

Commit 80e1e40

Browse files
committed
Bump default chdb latest release version to 1.4.1
1 parent 17d0ecf commit 80e1e40

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=v1.4.1
1414

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

0 commit comments

Comments
 (0)