Skip to content

Commit

Permalink
Version bump (0.4.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rken committed Jul 20, 2022
1 parent 108a1a8 commit fa33fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/ProjectConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ object ProjectConfig {
object Version {
const val major = 0
const val minor = 4
const val patch = 1
const val patch = 2
const val build = 0

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

0 comments on commit fa33fc2

Please sign in to comment.