Skip to content

Commit

Permalink
Update defs.bzl
Browse files Browse the repository at this point in the history
  • Loading branch information
hvadehra authored Mar 14, 2023
1 parent 545ce84 commit 0cc5a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ load("//java/private:native.bzl", "NativeJavaInfo", "NativeJavaPluginInfo", "nat
# Do not touch: This line marks the end of loads; needed for PR importing.

_MIGRATION_TAG = "__JAVA_RULES_MIGRATION_DO_NOT_USE_WILL_BREAK__"
version = "5.4.1"
version = "5.4.2"

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

0 comments on commit 0cc5a66

Please sign in to comment.