Skip to content

Commit

Permalink
Bump version to 0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jellysquid3 committed Feb 1, 2024
1 parent b66cda3 commit 72a6849
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object Constants {
const val FABRIC_API_VERSION: String = "0.91.0+1.20.1"

// https://semver.org/
const val MOD_VERSION: String = "0.5.7"
const val MOD_VERSION: String = "0.5.8"
}

plugins {
Expand Down Expand Up @@ -133,4 +133,4 @@ fun createVersionString(): String {
}

return builder.toString()
}
}

0 comments on commit 72a6849

Please sign in to comment.