Skip to content

Commit 85886e5

Browse files
Start development of next version.
1 parent 3f68678 commit 85886e5

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
@@ -1,8 +1,8 @@
11
buildscript {
22
// Typically, only edit those two:
3-
val objectboxVersionNumber = "3.4.0" // without "-SNAPSHOT", e.g. "2.5.0" or "2.4.0-RC"
3+
val objectboxVersionNumber = "3.4.1" // without "-SNAPSHOT", e.g. "2.5.0" or "2.4.0-RC"
44
val objectboxVersionRelease =
5-
true // set to true for releasing to ignore versionPostFix to avoid e.g. "-dev" versions
5+
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
val versionPostFixValue = project.findProperty("versionPostFix")

0 commit comments

Comments
 (0)