Bump jar version to 1.0.2

This commit is contained in:
Melledy
2023-12-18 21:37:01 -08:00
parent 6c8be5930b
commit 96eae134dc
2 changed files with 4 additions and 3 deletions

View File

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