Skip to content

Commit 1e51a6f

Browse files
committed
Bump version
1 parent 60960f5 commit 1e51a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 = 0
8+
const val minorVersion = 1
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)