Skip to content

Commit

Permalink
Version bump (0.6.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rken committed Jul 30, 2022
1 parent b973d04 commit e01355a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/ProjectConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ object ProjectConfig {

object Version {
const val major = 0
const val minor = 5
const val patch = 7
const val minor = 6
const val patch = 0
const val build = 0

const val name = "${major}.${minor}.${patch}"
Expand Down

0 comments on commit e01355a

Please sign in to comment.