File tree Expand file tree Collapse file tree
objectbox-java/src/main/java/io/objectbox Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ plugins {
2020buildscript {
2121 // Version of Maven artifacts
2222 // Should only be changed as part of the release process, see the release checklist in the objectbox repo
23- val versionNumber = " 5.2.1"
23+ val versionNumber = " 5.2.1-preview1 "
2424
2525 // Release mode should only be enabled when manually triggering a CI pipeline,
2626 // see the release checklist in the objectbox repo.
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ public class BoxStore implements Closeable {
8282 * ReLinker uses this as a suffix for the extracted shared library file. If different, it will update it. Should be
8383 * unique to avoid conflicts.
8484 */
85- public static final String JNI_VERSION = "5.1.1-2026-02-16 " ;
85+ public static final String JNI_VERSION = "5.1.1-2026-02-18 " ;
8686
8787 /**
8888 * The ObjectBox database version this Java library is known to work with.
You can’t perform that action at this time.
0 commit comments