Skip to content

Commit 836c55d

Browse files
committed
Next development version
1 parent 355e76f commit 836c55d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
allprojects.forEach { project ->
88
project.group = "com.ioki"
99
project.version = buildString {
10-
append("0.14.0")
10+
append("0.15.0")
1111
project.findProperty("PRE_RELEASE_IDENTIFIER")?.let {
1212
append('-')
1313
append(it)

0 commit comments

Comments
 (0)