Bump version to 1.1.1

This commit is contained in:
Melledy
2025-11-28 14:33:53 -08:00
parent 29db60fd0a
commit 898e8dd43f

View File

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