Skip to content

Commit

Permalink
Bump data provider version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MGaetan89 committed May 17, 2024
1 parent 7353f14 commit 9bfc016
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 = 9
const val patch = 2
const val minor = 10
const val patch = 0
const val versionName = "$major.$minor.$patch"

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

0 comments on commit 9bfc016

Please sign in to comment.