This commit is contained in:
Wagyourtail 2022-06-03 14:26:27 -06:00
parent ffbe683e86
commit 1caa99fee3
No known key found for this signature in database
GPG Key ID: 919725C5A647667A
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ group 'baritone'
def vers = 'git describe --always --tags --dirty'.execute().text.trim();
if (!vers.startsWith("v")) {
version project.hasProperty("mod_version") + "+" + "local_build";
version project.mod_version + "+" + "local_build";
} else {
version vers.substring(1)
}