Skip to content

Commit

Permalink
deploy: Prepare release v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed May 31, 2023
1 parent 6f5b3c5 commit 9f7f6c9
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.16.1"
JAZZER_VERSION = "0.17.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 9f7f6c9

Please sign in to comment.