Skip to content

Commit

Permalink
Bump version to 0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jellysquid3 committed Dec 25, 2024
1 parent a40937b commit 2415900
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 @@ -10,7 +10,7 @@ object BuildConfig {
val PARCHMENT_VERSION: String? = "2024.12.07"

// https://semver.org/
var MOD_VERSION: String = "0.6.5"
var MOD_VERSION: String = "0.6.6"

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

0 comments on commit 2415900

Please sign in to comment.