Skip to content

Commit

Permalink
deploy: Prepare release v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bertschneider committed Jun 20, 2023
1 parent f056298 commit 336f059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maven.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

load("@rules_jvm_external//:specs.bzl", "maven")

JAZZER_VERSION = "0.18.0"
JAZZER_VERSION = "0.19.0"
JAZZER_COORDINATES = "com.code-intelligence:jazzer:%s" % JAZZER_VERSION
JAZZER_API_COORDINATES = "com.code-intelligence:jazzer-api:%s" % JAZZER_VERSION
JAZZER_JUNIT_COORDINATES = "com.code-intelligence:jazzer-junit:%s" % JAZZER_VERSION
Expand Down

0 comments on commit 336f059

Please sign in to comment.