Skip to content

Commit 4854446

Browse files
committed
Version bump
1 parent 9b4f247 commit 4854446

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
@@ -15,8 +15,8 @@ object ProjectConfig {
1515

1616
object Version {
1717
const val major = 2
18-
const val minor = 0
19-
const val patch = 1
18+
const val minor = 1
19+
const val patch = 0
2020
const val build = 0
2121

2222
const val name = "${major}.${minor}.${patch}-rc${build}"

0 commit comments

Comments
 (0)