Skip to content

Commit

Permalink
Merge pull request #694 from Crazy-Crew/update-version
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
ryderbelserion authored Apr 17, 2024
2 parents d88f4f1 + 2a4f040 commit d0adc99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ plugins {

rootProject.group = "com.badbones69.crazycrates"
rootProject.description = "Create unlimited crates with multiple crate types to choose from!"
rootProject.version = if (System.getenv("BUILD_NUMBER") != null) "2.0.1-${System.getenv("BUILD_NUMBER")}" else "2.0.1"

tasks {
assemble {
Expand Down

0 comments on commit d0adc99

Please sign in to comment.