Skip to content

Commit

Permalink
Prepare for the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Nov 26, 2024
1 parent d69b125 commit cd6cc61
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ object Configuration {
const val sampleTargetSdk = 35
const val minSdk = 21
const val majorVersion = 1
const val minorVersion = 1
const val patchVersion = 9
const val minorVersion = 2
const val patchVersion = 0
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
const val artifactGroup = "io.getstream"
Expand Down

0 comments on commit cd6cc61

Please sign in to comment.