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 d6aebde commit e6411a7Copy full SHA for e6411a7
buildSrc/src/main/kotlin/io/getstream/core/Configuration.kt
@@ -21,8 +21,8 @@ object Configuration {
21
const val sampleTargetSdk = 36
22
const val minSdk = 21
23
const val majorVersion = 0
24
- const val minorVersion = 0
25
- const val patchVersion = 1
+ const val minorVersion = 1
+ const val patchVersion = 0
26
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
27
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
28
const val artifactGroup = "io.getstream"
0 commit comments