Skip to content

Commit 0cc5a66

Browse files
authored
Update defs.bzl
1 parent 545ce84 commit 0cc5a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/defs.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ load("//java/private:native.bzl", "NativeJavaInfo", "NativeJavaPluginInfo", "nat
1818
# Do not touch: This line marks the end of loads; needed for PR importing.
1919

2020
_MIGRATION_TAG = "__JAVA_RULES_MIGRATION_DO_NOT_USE_WILL_BREAK__"
21-
version = "5.4.1"
21+
version = "5.4.2"
2222

2323
def _add_tags(attrs):
2424
if "tags" in attrs and attrs["tags"] != None:

0 commit comments

Comments
 (0)