Skip to content

Commit

Permalink
✏️ semver this semver that how about i semver your
Browse files Browse the repository at this point in the history
  • Loading branch information
asoji committed Aug 21, 2024
1 parent 863e92f commit 065ad0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ fun getModVersion(): String {
}

// ex: 1.0.0+rev.91949fa or 1.0.0+rev.91949fa-dirty
return "${modVersion}+rev.${id}+branch.${branch}"
return "${modVersion}+rev.${id}-branch.${branch}"
}

// No tracking information could be found about the build
Expand Down

0 comments on commit 065ad0d

Please sign in to comment.