Skip to content

Commit

Permalink
pull version to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
StaehliJ committed Jun 8, 2023
1 parent 8618f55 commit 6b7f4c7
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 = 0
const val patch = 1
const val patch = 2
const val versionName = "$major.$minor.$patch"

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

0 comments on commit 6b7f4c7

Please sign in to comment.