Skip to content

Commit

Permalink
fix jar versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
dphaldes committed Aug 29, 2023
1 parent 7e8c974 commit cf64231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}
// Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.

version = mod_version
version = "${mc_version}-${mod_version}"
group = mod_group_id

base {
Expand Down

0 comments on commit cf64231

Please sign in to comment.