Skip to content

Commit 3b80330

Browse files
author
Ivan Dlugos
committed
update c-api to v0.11.0
1 parent d7f3a25 commit 3b80330

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

third_party/objectbox-c/get-objectbox-c.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4-
cVersion=0.10.0
4+
cVersion=0.11.0
55

66
scriptDir=$(dirname "${BASH_SOURCE[0]}")
77

@@ -12,7 +12,7 @@ cd "${scriptDir}"
1212

1313
# don't install the library system-wide, just download it
1414
export installLibrary=false
15-
bash <(curl -s https://raw.githubusercontent.com/objectbox/objectbox-c/master/download.sh) --quiet ${cVersion}
15+
bash <(curl -s https://raw.githubusercontent.com/objectbox/objectbox-c/main/download.sh) --quiet ${cVersion}
1616

1717
echo "******** Collecting artifacts ********"
1818
cp -rfv download/testing/*objectbox*/include ./

0 commit comments

Comments
 (0)