We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48585d8 commit 7994650Copy full SHA for 7994650
buildSrc/src/main/kotlin/Config.kt
@@ -62,7 +62,7 @@ val HOST_OS: OperatingSystem = findHostOs()
62
63
object Realm {
64
val ciBuild = (System.getenv("CI") != null)
65
- const val version = "2.3.0"
+ const val version = "3.0.0-SNAPSHOT"
66
const val group = "io.realm.kotlin"
67
const val projectUrl = "https://realm.io"
68
const val pluginPortalId = "io.realm.kotlin"
0 commit comments