Skip to content

Commit

Permalink
Merge pull request #10 from chdb-io/fixLibVersion110
Browse files Browse the repository at this point in the history
Fix libchdb version to 1.1.0 until chdb-node 1.2.0
  • Loading branch information
auxten committed Apr 19, 2024
2 parents 7d9df6a + b810831 commit 7e26f59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion update_libchdb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
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=$(curl --silent "https://api.github.com/repos/chdb-io/chdb/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/')
LATEST_RELEASE=v1.1.0

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

0 comments on commit 7e26f59

Please sign in to comment.