Skip to content

Commit

Permalink
chore: Forgot to bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
phinner committed Jan 1, 2025
1 parent 23c9d24 commit 97ae204
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 @@ -2,7 +2,7 @@ plugins {
id("distributor.parent-conventions")
}

version = "4.0.2" + if (indraGit.headTag() == null) "-SNAPSHOT" else ""
version = "4.2.0" + if (indraGit.headTag() == null) "-SNAPSHOT" else ""
group = "com.xpdustry"
description = "The Mindustry plugin of ur dreams..."

Expand Down

0 comments on commit 97ae204

Please sign in to comment.