Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit80e1e40

Browse files
committed
Bump default chdb latest release version to 1.4.1
1 parent17d0ecf commit80e1e40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎package.json‎

Lines changed: 1 addition & 1 deletion
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‎

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp