Skip to content

Commit

Permalink
Pull version to 0.6.0 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
StaehliJ authored Oct 20, 2023
1 parent 770d754 commit dddbea7
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 @@ -4,7 +4,7 @@ object Config {
const val minSdk = 21

const val major = 0
const val minor = 5
const val minor = 6
const val patch = 0
const val versionName = "$major.$minor.$patch"

Expand Down

0 comments on commit dddbea7

Please sign in to comment.