Skip to content

Commit 61bcfb5

Browse files
committed
Bump version
1 parent 0350d22 commit 61bcfb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildSrc/src/main/kotlin/io/getstream/Configurations.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ object Configurations {
55
const val targetSdk = 33
66
const val minSdk = 21
77
const val majorVersion = 1
8-
const val minorVersion = 1
8+
const val minorVersion = 2
99
const val patchVersion = 0
1010
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
1111
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"

0 commit comments

Comments
 (0)