Skip to content

Commit

Permalink
chore: Prepare beta 3
Browse files Browse the repository at this point in the history
  • Loading branch information
phinner committed Apr 9, 2024
1 parent 311cba2 commit dbcfe69
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.0-beta.2" + if (indraGit.headTag() == null) "-SNAPSHOT" else ""
version = "4.0.0-beta.3" + if (indraGit.headTag() == null) "-SNAPSHOT" else ""
group = "com.xpdustry"
description = "The Mindustry plugin of ur dreams..."

Expand Down

0 comments on commit dbcfe69

Please sign in to comment.