Bump server version to 1.0.0

This commit is contained in:
Melledy
2025-11-19 04:30:54 -08:00
parent 181a929ef9
commit fb1b33eb7b

View File

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