File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
objectbox-java/src/main/java/io/objectbox Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11buildscript {
22 ext {
33 // Typically, only edit those two:
4- def objectboxVersionNumber = ' 2.7.1 ' // 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.7.2 ' // 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
66
77 // version post fix: '-<value>' or '' if not defined; e.g. used by CI to pass in branch name
88 def versionPostFixValue = project. findProperty(' versionPostFix' )
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ public class BoxStore implements Closeable {
6767 /** Change so ReLinker will update native library when using workaround loading. */
6868 public static final String JNI_VERSION = "2.7.1" ;
6969
70- private static final String VERSION = "2.7.1 -2020-08-19" ;
70+ private static final String VERSION = "2.7.2 -2020-08-19" ;
7171 private static BoxStore defaultStore ;
7272
7373 /** Currently used DB dirs with values from {@link #getCanonicalPath(File)}. */
You can’t perform that action at this time.
0 commit comments