Skip to content

Commit

Permalink
Prepare next dev iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Melchior committed Dec 1, 2023
1 parent 75de18c commit 0f72f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ val HOST_OS: OperatingSystem = findHostOs()

object Realm {
val ciBuild = (System.getenv("JENKINS_HOME") != null || System.getenv("CI") != null)
const val version = "1.13.0"
const val version = "1.13.1-SNAPSHOT"
const val group = "io.realm.kotlin"
const val projectUrl = "https://realm.io"
const val pluginPortalId = "io.realm.kotlin"
Expand Down

0 comments on commit 0f72f0a

Please sign in to comment.