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 authored and Loic-Dumas committed Apr 8, 2024
1 parent e0f7560 commit be17319
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 = 3
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 be17319

Please sign in to comment.