We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2488d6 commit b873ae5Copy full SHA for b873ae5
buildSrc/src/main/kotlin/io/getstream/chat/android/Configuration.kt
@@ -2,8 +2,8 @@ package io.getstream.chat.android
2
3
object Configuration {
4
const val majorVersion = 6
5
- const val minorVersion = 26
6
- const val patchVersion = 1
+ const val minorVersion = 27
+ const val patchVersion = 0
7
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
8
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
9
const val artifactGroup = "io.getstream"
0 commit comments