Skip to content

Commit e78c38e

Browse files
committed
Prepare for releasing v1.1.3
1 parent 845fcc8 commit e78c38e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ object Configuration {
77
const val minSdk = 21
88
const val majorVersion = 1
99
const val minorVersion = 1
10-
const val patchVersion = 2
10+
const val patchVersion = 3
1111
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
1212
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
1313
const val artifactGroup = "io.getstream"

0 commit comments

Comments
 (0)