Skip to content

Commit b71f6dd

Browse files
committed
Start development on version 5.0.1
Change-Id: Ic01f3ad00447b7bca39cf6d586648f310cdb779a
1 parent 92965d8 commit b71f6dd

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 = "5.0.0"
2+
const val version = "5.0.1-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)