File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
objectbox-java/src/main/java/io/objectbox Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
ext {
3
3
// Typically, only edit those two:
4
- def objectboxVersionNumber = ' 2.6.0-RC ' // without "-SNAPSHOT", e.g. '2.5.0' or '2.4.0-RC'
5
- def objectboxVersionRelease = true // set to true for releasing to ignore versionPostFix to avoid e.g. "-dev" versions
4
+ def objectboxVersionNumber = ' 2.6.0' // without "-SNAPSHOT", e.g. '2.5.0' or '2.4.0-RC'
5
+ def objectboxVersionRelease = false // set to true for releasing to ignore versionPostFix to avoid e.g. "-dev" versions
6
6
7
7
// version post fix: '-<value>' or '' if not defined; e.g. used by CI to pass in branch name
8
8
def versionPostFixValue = project. findProperty(' versionPostFix' )
@@ -21,7 +21,7 @@ buildscript {
21
21
22
22
junit_version = ' 4.13'
23
23
mockito_version = ' 3.3.3'
24
- kotlin_version = ' 1.3.61 '
24
+ kotlin_version = ' 1.3.72 '
25
25
dokka_version = ' 0.10.1'
26
26
27
27
println " version=$ob_version "
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ public class BoxStore implements Closeable {
66
66
/** Change so ReLinker will update native library when using workaround loading. */
67
67
public static final String JNI_VERSION = "2.6.0-RC" ;
68
68
69
- private static final String VERSION = "2.6.0-2020-04-26 " ;
69
+ private static final String VERSION = "2.6.0-2020-04-30 " ;
70
70
private static BoxStore defaultStore ;
71
71
72
72
/** Currently used DB dirs with values from {@link #getCanonicalPath(File)}. */
You can’t perform that action at this time.
0 commit comments