Skip to content

Commit 690bd4f

Browse files
committed
Prepare for release 1.2.0
1 parent c6a7ed3 commit 690bd4f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

buildSrc/src/main/kotlin/io/getstream/log/Configuration.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ object Configuration {
66
const val sampleTargetSdk = 35
77
const val minSdk = 21
88
const val majorVersion = 1
9-
const val minorVersion = 1
10-
const val patchVersion = 4
9+
const val minorVersion = 2
10+
const val patchVersion = 0
1111
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
1212
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
1313
const val artifactGroup = "io.getstream"

0 commit comments

Comments
 (0)