We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7f3a25 commit 3b80330Copy full SHA for 3b80330
third_party/objectbox-c/get-objectbox-c.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
set -euo pipefail
3
4
-cVersion=0.10.0
+cVersion=0.11.0
5
6
scriptDir=$(dirname "${BASH_SOURCE[0]}")
7
@@ -12,7 +12,7 @@ cd "${scriptDir}"
12
13
# don't install the library system-wide, just download it
14
export installLibrary=false
15
-bash <(curl -s https://raw.githubusercontent.com/objectbox/objectbox-c/master/download.sh) --quiet ${cVersion}
+bash <(curl -s https://raw.githubusercontent.com/objectbox/objectbox-c/main/download.sh) --quiet ${cVersion}
16
17
echo "******** Collecting artifacts ********"
18
cp -rfv download/testing/*objectbox*/include ./
0 commit comments