Skip to content

Commit

Permalink
Merge pull request #12 from jboga/jb/bump-libchdb-to-1.4.1
Browse files Browse the repository at this point in the history
Bump default chdb latest release version to 2.0.0b0
  • Loading branch information
auxten authored Jul 3, 2024
2 parents 17d0ecf + c58d002 commit 7cb8ee7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chdb",
"version": "1.1.3",
"version": "1.1.4",
"description": "chDB bindings for nodejs",
"main": "index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion update_libchdb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7cb8ee7

Please sign in to comment.