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 1
1
/*
2
- * Copyright 2017-2024 ObjectBox Ltd. All rights reserved.
2
+ * Copyright 2017-2025 ObjectBox Ltd. All rights reserved.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -77,7 +77,7 @@ public class BoxStore implements Closeable {
77
77
public static final String JNI_VERSION = "4.0.2-2024-10-15" ;
78
78
79
79
/** 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 " ;
81
81
private static BoxStore defaultStore ;
82
82
83
83
/** Currently used DB dirs with values from {@link #getCanonicalPath(File)}. */
You can’t perform that action at this time.
0 commit comments