Skip to content

Commit 8efe689

Browse files
committed
Prepare next development version
1 parent ac943c9 commit 8efe689

File tree

1 file changed

+2
-2
lines changed
  • buildSrc/src/main/java/com/kizitonwose/calendar/buildsrc

1 file changed

+2
-2
lines changed

buildSrc/src/main/java/com/kizitonwose/calendar/buildsrc/Build.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ object Config {
1111
}
1212

1313
object Version {
14-
const val android = "2.8.0"
15-
const val multiplatform = "2.8.0"
14+
const val android = "2.8.1-SNAPSHOT"
15+
const val multiplatform = "2.8.1-SNAPSHOT"
1616

1717
fun String.isNoPublish() = this == VERSION_NO_PUBLISH
1818
}

0 commit comments

Comments
 (0)