Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek-12 committed Sep 13, 2023
1 parent d3b9b5c commit 14d3457
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 @@ -18,7 +18,7 @@ object Config {
const val majorRelease = 2
const val minorRelease = 0
const val patch = 0
const val postfix = "beta06"
const val postfix = "beta07"
const val versionName = "$majorRelease.$minorRelease.$patch-$postfix"
const val url = "https://github.com/respawn-app/FlowMVI"
const val licenseName = "The Apache Software License, Version 2.0"
Expand Down

0 comments on commit 14d3457

Please sign in to comment.