Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek-12 committed Dec 17, 2024
1 parent ebae2ce commit 0197a6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ object Config {
const val majorRelease = 3
const val minorRelease = 1
const val patch = 0
const val postfix = "-beta05" // include dash (-)
const val versionCode = 8
const val postfix = "-beta06" // include dash (-)
const val versionCode = 9

const val majorVersionName = "$majorRelease.$minorRelease.$patch"
const val versionName = "$majorVersionName$postfix"
Expand Down

0 comments on commit 0197a6c

Please sign in to comment.