Skip to content

Commit

Permalink
chore: bump beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek-12 committed Dec 8, 2024
1 parent 435d040 commit 70c11bb
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 @@ -20,7 +20,7 @@ object Config {
const val majorRelease = 3
const val minorRelease = 1
const val patch = 0
const val postfix = "-beta04" // include dash (-)
const val postfix = "-beta05" // include dash (-)

const val versionCode = 8
const val majorVersionName = "$majorRelease.$minorRelease.$patch"
Expand Down

0 comments on commit 70c11bb

Please sign in to comment.