Skip to content

Commit

Permalink
Upgrade to version 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
JcMinarro committed Jul 3, 2024
1 parent 94285c5 commit 02f895e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object Configuration {
const val minSdk = 21
const val majorVersion = 1
const val minorVersion = 1
const val patchVersion = 7
const val patchVersion = 8
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 02f895e

Please sign in to comment.