Skip to content

Commit 30afa98

Browse files
committed
Update update_libchdb.sh
1 parent 5cec0b6 commit 30afa98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update_libchdb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ esac
2424

2525
# Get the newest release version
2626
# LATEST_RELEASE=$(curl --silent "https://api.github.com/repos/chdb-io/chdb/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/')
27-
LATEST_RELEASE=v2.1.1
27+
LATEST_RELEASE=v2.0.4
2828
RELEASE=${1:-$LATEST_RELEASE}
2929

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

0 commit comments

Comments
 (0)