Skip to content

Commit 18cac78

Browse files
AUTOMATION: Version Bump
1 parent e674571 commit 18cac78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ package io.getstream.core
1818
object Configuration {
1919
const val majorVersion = 1
2020
const val minorVersion = 1
21-
const val patchVersion = 0
21+
const val patchVersion = 1
2222
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
2323
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
2424
const val artifactGroup = "io.getstream"

0 commit comments

Comments
 (0)