Skip to content

Commit 3918a93

Browse files
author
Christian Melchior
committed
Prepare next dev iteration
1 parent 4a13372 commit 3918a93

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
@@ -62,7 +62,7 @@ val HOST_OS: OperatingSystem = findHostOs()
6262

6363
object Realm {
6464
val ciBuild = (System.getenv("JENKINS_HOME") != null)
65-
const val version = "1.11.1"
65+
const val version = "1.11.2-SNAPSHOT"
6666
const val group = "io.realm.kotlin"
6767
const val projectUrl = "https://realm.io"
6868
const val pluginPortalId = "io.realm.kotlin"

0 commit comments

Comments
 (0)