Skip to content

Commit

Permalink
Bump jar version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Melledy committed Feb 5, 2024
1 parent 341212f commit e4f12d7
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.0'
version = '1.1.1'

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

0 comments on commit e4f12d7

Please sign in to comment.