We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eae433 commit 651991aCopy full SHA for 651991a
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.0.0"
+ const val version = "2.0.1-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