Skip to content

Commit e5a6286

Browse files
committed
Begin development on version 5.0.0
Change-Id: I2a3dde690d3cc2c66fb894540870b6ac1f2bbad5
1 parent de7519b commit e5a6286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/Config.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
object Config {
2-
const val version = "4.4.0-SNAPSHOT"
2+
const val version = "5.0.0-SNAPSHOT"
33
val submodules = listOf("auth", "auth-github", "common", "firestore", "database", "storage")
44

55
private const val kotlinVersion = "1.2.61"

0 commit comments

Comments
 (0)