From 9293e2833b01dcb76af85fcb2388a33701dc3ca1 Mon Sep 17 00:00:00 2001 From: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> Date: Fri, 15 Jul 2022 17:05:03 +0200 Subject: Release workflow (#53) * release workflow * update normal version to hash * fix * fix naming * fix some stuff * fix version thing * switch to number from hash --- gradle.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index 3bedb89..f5773f8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,7 @@ mod_name = OneConfig mod_id = oneconfig -mod_version = 0.1.0-alpha50 +mod_major_version = 0.1.0-alpha +mod_minor_version = -LOCAL essential.defaults.loom=0 -- cgit