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 3747d21 commit 4a13372Copy full SHA for 4a13372
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 1.11.1 (YYYY-MM-DD)
+## 1.11.1 (2023-09-07)
2
3
### Enhancements
4
* None.
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-SNAPSHOT"
+ const val version = "1.11.1"
66
const val group = "io.realm.kotlin"
67
const val projectUrl = "https://realm.io"
68
const val pluginPortalId = "io.realm.kotlin"
0 commit comments