Skip to content

Commit e7e0da0

Browse files
committed
test
1 parent 8919332 commit e7e0da0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

update_libchdb.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ case "$(uname -s)" in
2323
esac
2424

2525
# Get the newest release version
26-
LATEST_RELEASE=$(curl --silent "https://api.github.com/repos/chdb-io/chdb/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/')
26+
# LATEST_RELEASE=$(curl --silent "https://api.github.com/repos/chdb-io/chdb/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/')
2727
# LATEST_RELEASE=v2.1.1
28+
LATEST_RELEASE=v3.2.0
2829
RELEASE=${1:-$LATEST_RELEASE}
2930

3031
DOWNLOAD_URL="https://github.com/chdb-io/chdb/releases/download/$RELEASE/$PLATFORM-libchdb.tar.gz"

0 commit comments

Comments
 (0)