Skip to content

Commit 95ebdb1

Browse files
Start development of next version.
1 parent d188318 commit 95ebdb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
buildscript {
99
// Typically, only edit those two:
10-
val objectboxVersionNumber = "3.5.0" // without "-SNAPSHOT", e.g. "2.5.0" or "2.4.0-RC"
10+
val objectboxVersionNumber = "3.5.1" // without "-SNAPSHOT", e.g. "2.5.0" or "2.4.0-RC"
1111
val objectboxVersionRelease =
12-
true // set to true for releasing to ignore versionPostFix to avoid e.g. "-dev" versions
12+
false // set to true for releasing to ignore versionPostFix to avoid e.g. "-dev" versions
1313

1414
// version post fix: "-<value>" or "" if not defined; e.g. used by CI to pass in branch name
1515
val versionPostFixValue = project.findProperty("versionPostFix")

0 commit comments

Comments
 (0)