Skip to content

Commit

Permalink
Bump jar version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Melledy committed Mar 13, 2024
1 parent 418254b commit 1fc6bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ compileTestJava.options.encoding = "UTF-8"
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17

version = '1.1.1'
version = '1.2.0'

var shouldGenerateProto = System.getenv("GENERATE_PROTO") == "true"
System.out.println(shouldGenerateProto ?
Expand Down

0 comments on commit 1fc6bee

Please sign in to comment.