Skip to content

Commit 7e9a5ae

Browse files
Merge branch 'publish' into dev
2 parents 8f5edd7 + 48941f6 commit 7e9a5ae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ plugins {
2020
buildscript {
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.

objectbox-java/src/main/java/io/objectbox/BoxStore.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)