Skip to content

Commit

Permalink
Bump rules_java version to 7.6.0 for release
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 633862133
Change-Id: I927603495a2a72c9646116134ce22491b84b74e6
  • Loading branch information
hvadehra authored and copybara-github committed May 15, 2024
1 parent ed8af89 commit 75c2fe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "rules_java",
version = "7.5.0",
version = "7.6.0",
# Requires @bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type.
bazel_compatibility = [">=7.0.0"],
compatibility_level = 1,
Expand Down
2 changes: 1 addition & 1 deletion distro/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package(
default_visibility = ["//visibility:private"],
)

_VERSION = "7.5.0"
_VERSION = "7.6.0"

# Build the artifact to put on the github release page.
pkg_tar(
Expand Down

0 comments on commit 75c2fe3

Please sign in to comment.