Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
JcMinarro committed Apr 3, 2023
1 parent 60960f5 commit 1e51a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/io/getstream/Configurations.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ object Configurations {
const val targetSdk = 33
const val minSdk = 21
const val majorVersion = 1
const val minorVersion = 0
const val minorVersion = 1
const val patchVersion = 0
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
Expand Down

0 comments on commit 1e51a6f

Please sign in to comment.