Skip to content

Commit bed65e4

Browse files
committed
Prepare for release 1.3.2
1 parent b53a69a commit bed65e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/io/getstream/Configurations.kt

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

0 commit comments

Comments
 (0)