Skip to content

Commit

Permalink
Pull version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StaehliJ committed Apr 5, 2024
1 parent fb444b4 commit a2c65f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ object Config {
const val minSdk = 21

const val major = 0
const val minor = 8
const val patch = 2
const val minor = 9
const val patch = 0
const val versionName = "$major.$minor.$patch"

const val maven_group = "ch.srg.data.provider"
Expand Down

0 comments on commit a2c65f5

Please sign in to comment.