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 75de18c commit 0f72f0aCopy full SHA for 0f72f0a
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 || System.getenv("CI") != null)
65
- const val version = "1.13.0"
+ const val version = "1.13.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