We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 845fcc8 commit e78c38eCopy full SHA for e78c38e
1 file changed
buildSrc/src/main/kotlin/io/getstream/log/Configuration.kt
@@ -7,7 +7,7 @@ object Configuration {
7
const val minSdk = 21
8
const val majorVersion = 1
9
const val minorVersion = 1
10
- const val patchVersion = 2
+ const val patchVersion = 3
11
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
12
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
13
const val artifactGroup = "io.getstream"
0 commit comments