Bump jar version to 1.1.1

This commit is contained in:
Melledy
2024-02-05 15:38:01 -08:00
parent 341212f262
commit e4f12d77ce

View File

@@ -26,7 +26,7 @@ compileTestJava.options.encoding = "UTF-8"
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
version = '1.1.0'
version = '1.1.1'
var shouldGenerateProto = System.getenv("GENERATE_PROTO") == "true"
System.out.println(shouldGenerateProto ?