Bump server version to 1.2.0

This commit is contained in:
Melledy
2025-12-17 21:45:08 -08:00
parent c5d6d707f8
commit 496d012c36

View File

@@ -29,7 +29,7 @@ java {
} }
} }
version = '1.1.3' version = '1.2.0'
var shouldGenerateProto = System.getenv("GENERATE_PROTO") == "true" var shouldGenerateProto = System.getenv("GENERATE_PROTO") == "true"
System.out.println(shouldGenerateProto ? "Generating proto files" : "Skipping proto generation") System.out.println(shouldGenerateProto ? "Generating proto files" : "Skipping proto generation")