Skip to content

Commit 7e26f59

Browse files
authored
Merge pull request #10 from chdb-io/fixLibVersion110
Fix libchdb version to 1.1.0 until chdb-node 1.2.0
2 parents 7d9df6a + b810831 commit 7e26f59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

update_libchdb.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
cd "$(dirname "$0")"
1010

1111
# Get the newest release version
12-
LATEST_RELEASE=$(curl --silent "https://api.github.com/repos/chdb-io/chdb/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/')
12+
# LATEST_RELEASE=$(curl --silent "https://api.github.com/repos/chdb-io/chdb/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/')
13+
LATEST_RELEASE=v1.1.0
1314

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

0 commit comments

Comments
 (0)