Skip to content

Commit 621c6a9

Browse files
BoxStore: increase VERSION to 4.1.0-2025-01-28
1 parent 1cebcfd commit 621c6a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2017-2024 ObjectBox Ltd. All rights reserved.
2+
* Copyright 2017-2025 ObjectBox Ltd. All rights reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -77,7 +77,7 @@ public class BoxStore implements Closeable {
7777
public static final String JNI_VERSION = "4.0.2-2024-10-15";
7878

7979
/** The native or core version of ObjectBox the Java library is known to work with. */
80-
private static final String VERSION = "4.0.3-2024-11-05";
80+
private static final String VERSION = "4.1.0-2025-01-28";
8181
private static BoxStore defaultStore;
8282

8383
/** Currently used DB dirs with values from {@link #getCanonicalPath(File)}. */

0 commit comments

Comments
 (0)