Skip to content

Commit

Permalink
Pull version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StaehliJ committed Oct 20, 2023
1 parent 94bda56 commit 1e1822f
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 = 6
const val patch = 1
const val minor = 7
const val patch = 0
const val versionName = "$major.$minor.$patch"

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

0 comments on commit 1e1822f

Please sign in to comment.