Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMeinerLP authored Nov 3, 2024
1 parent 6ebc4f4 commit 769abf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {

group = "net.onelitefeather.microtus"

version = System.getenv("TAG_VERSION") ?: "1.5.0-SNAPSHOT"
version = System.getenv("TAG_VERSION") ?: "1.6.0-SNAPSHOT"

allprojects {
group = "net.onelitefeather.microtus"
Expand Down Expand Up @@ -122,4 +122,4 @@ sonar {
property("sonar.organization", "onelitefeathernet")
property("sonar.host.url", "https://sonarcloud.io")
}
}
}

0 comments on commit 769abf8

Please sign in to comment.