Bump server version to 1.0.1

This commit is contained in:
Melledy
2025-11-19 06:50:10 -08:00
parent 01ed3da162
commit e4b7bb74c5

View File

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