Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek-12 committed Apr 4, 2023
1 parent 03f428c commit 481d68c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions buildSrc/src/main/kotlin/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ object Config {
const val artifactId = "$group.$artifact"

const val majorRelease = 1
const val minorRelease = 1
const val patch = 4
const val versionName = "$majorRelease.$minorRelease.$patch"
const val minorRelease = 2
const val patch = 0
const val postfix = "alpha01"
const val versionName = "$majorRelease.$minorRelease.$patch-$postfix"

// kotlin

Expand Down

0 comments on commit 481d68c

Please sign in to comment.