Skip to content

Commit

Permalink
Update update_libchdb.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
auxten authored Jul 3, 2024
1 parent 80e1e40 commit c58d002
Showing 1 changed file with 1 addition and 1 deletion.
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.4.1
LATEST_RELEASE=v2.0.0b0

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

0 comments on commit c58d002

Please sign in to comment.