Skip to content

Commit ab619cb

Browse files
committed
Version bump (2.1.1-rc0)
1 parent 2d96822 commit ab619cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/java/ProjectConfig.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ object ProjectConfig {
1616
object Version {
1717
const val major = 2
1818
const val minor = 1
19-
const val patch = 0
20-
const val build = 1
19+
const val patch = 1
20+
const val build = 0
2121

2222
const val name = "${major}.${minor}.${patch}-rc${build}"
2323
const val code = major * 10000000 + minor * 100000 + patch * 1000 + build * 10

0 commit comments

Comments
 (0)