File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
objectbox-java/src/main/java/io/objectbox Expand file tree Collapse file tree 2 files changed +3
-3
lines changed 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.
@@ -92,7 +92,7 @@ public class BoxStore implements Closeable {
9292 * This is used (currently only in tests) to make sure a database library has a compatible JNI API by checking the
9393 * version number matches exactly and the date is the same or newer.
9494 */
95- private static final String VERSION = "5.1.1-2026-02-16 " ;
95+ private static final String VERSION = "5.1.1-2026-02-18 " ;
9696
9797 private static final String OBJECTBOX_PACKAGE_NAME = "objectbox" ;
9898 private static BoxStore defaultStore ;
You can’t perform that action at this time.
0 commit comments