We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d953be7 commit 7db332bCopy full SHA for 7db332b
buildSrc/src/main/kotlin/Config.kt
@@ -1,5 +1,5 @@
1
object Config {
2
- const val version = "6.0.1"
+ const val version = "6.0.2-SNAPSHOT"
3
val submodules = listOf("auth", "auth-github", "common", "firestore", "database", "storage")
4
5
private const val kotlinVersion = "1.3.10"
0 commit comments