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 4a13372 commit 3918a93Copy full SHA for 3918a93
buildSrc/src/main/kotlin/Config.kt
@@ -62,7 +62,7 @@ val HOST_OS: OperatingSystem = findHostOs()
62
63
object Realm {
64
val ciBuild = (System.getenv("JENKINS_HOME") != null)
65
- const val version = "1.11.1"
+ const val version = "1.11.2-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