File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
objectbox-java/src/main/java/io/objectbox Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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)}. */
You can’t perform that action at this time.
0 commit comments