Skip to content

Commit

Permalink
Pull version name to 0.7.0.currated-show-page-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Loic-Dumas committed Nov 28, 2023
1 parent 31e32a7 commit 6a259df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ object Config {

const val major = 0
const val minor = 7
const val patch = "5-test-list-result"
const val patch = "0.currated-show-page-1"
const val versionName = "$major.$minor.$patch"

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

0 comments on commit 6a259df

Please sign in to comment.