Skip to content

Commit

Permalink
change versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
HerXayah committed Sep 10, 2024
1 parent 2101612 commit a1caf7c
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 @@ -5,7 +5,7 @@ plugins {
}

group = "de.funkeln.pronouns"
version = System.getenv().getOrDefault("VERSION", "1.0.0")
version = System.getenv().getOrDefault("VERSION", "1.0.5")

labyMod {
defaultPackageName = "de.funkeln.pronouns" //change this to your main package name (used by all modules)
Expand Down

0 comments on commit a1caf7c

Please sign in to comment.