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 authored Feb 1, 2024
1 parent af09e34 commit 82f4af6
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.95.3+1.20.4"

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

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

return builder.toString()
}
}

0 comments on commit 82f4af6

Please sign in to comment.