We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15b3266 commit 10736d4Copy full SHA for 10736d4
1 file changed
download-c-lib.py
@@ -6,7 +6,7 @@
6
# Script used to download objectbox-c shared libraries for all supported platforms. Execute by running `make get-lib`
7
# on first checkout of this repo and any time after changing the objectbox-c lib version.
8
9
-version = "v0.21.1-alpha0" # see objectbox/c.py required_version
+version = "v0.21.1-alpha1" # see objectbox/c.py required_version
10
variant = 'objectbox' # or 'objectbox-sync'
11
12
base_url = "https://github.com/objectbox/objectbox-c/releases/download/"
0 commit comments