Skip to content

Commit 4a13372

Browse files
author
Christian Melchior
committed
Release v1.11.1
1 parent 3747d21 commit 4a13372

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.11.1 (YYYY-MM-DD)
1+
## 1.11.1 (2023-09-07)
22

33
### Enhancements
44
* None.

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-SNAPSHOT"
65+
const val version = "1.11.1"
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)