Skip to content

Commit cefd31f

Browse files
committed
Prepare version 2.7.0
1 parent 551eed9 commit cefd31f

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-
val android = "2.6.3-SNAPSHOT"
15-
val multiplatfrom = "2.6.3-SNAPSHOT"
14+
val android = "2.7.0"
15+
val multiplatfrom = "2.7.0"
1616

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

0 commit comments

Comments
 (0)