Skip to content

Commit 9a111e0

Browse files
authored
LATEST_RELEASE=v2.0.4
1 parent a1e4e0c commit 9a111e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: update_libchdb.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cd $(dirname "${BASH_SOURCE[0]}")
55

66
# Get the newest release version
77
# LATEST_RELEASE=$(curl --silent "https://api.github.com/repos/chdb-io/chdb/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/')
8-
LATEST_RELEASE=v2.2.0b1
8+
LATEST_RELEASE=v2.0.4
99

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

0 commit comments

Comments
 (0)