Skip to content

Commit 336f059

Browse files
committed
deploy: Prepare release v0.19.0
1 parent f056298 commit 336f059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maven.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

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

17-
JAZZER_VERSION = "0.18.0"
17+
JAZZER_VERSION = "0.19.0"
1818
JAZZER_COORDINATES = "com.code-intelligence:jazzer:%s" % JAZZER_VERSION
1919
JAZZER_API_COORDINATES = "com.code-intelligence:jazzer-api:%s" % JAZZER_VERSION
2020
JAZZER_JUNIT_COORDINATES = "com.code-intelligence:jazzer-junit:%s" % JAZZER_VERSION

0 commit comments

Comments
 (0)