Skip to content

Commit

Permalink
Bump version to 0.6.0-final
Browse files Browse the repository at this point in the history
  • Loading branch information
jellysquid3 committed Nov 17, 2024
1 parent 419156b commit 3076657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/BuildConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ object BuildConfig {
val PARCHMENT_VERSION: String? = null

// https://semver.org/
var MOD_VERSION: String = "0.6.0-beta.4"
var MOD_VERSION: String = "0.6.0"

fun createVersionString(project: Project): String {
val builder = StringBuilder()
Expand Down

0 comments on commit 3076657

Please sign in to comment.