Skip to content

Commit

Permalink
Prepare next dev iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
nhachicha committed Jun 4, 2024
1 parent 6eae433 commit 651991a
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("CI") != null)
const val version = "2.0.0"
const val version = "2.0.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 651991a

Please sign in to comment.