Bump version to 1.1.2

This commit is contained in:
Melledy
2025-11-30 23:49:50 -08:00
parent faa4ea0780
commit 30f565d0d6
+1 -1
View File
@@ -29,7 +29,7 @@ java {
} }
} }
version = '1.1.1' version = '1.1.2'
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")