From 3fb6bf05be5684ea8aeeb9af335bee73b6a52643 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa?= <6217436+danigar@users.noreply.github.com> Date: Fri, 13 Dec 2024 09:00:01 +0100 Subject: [PATCH] bump rules version from v1.4.0 to v1.4.1 --- MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index 5c06fcf..27819c6 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,5 +1,5 @@ -module(name = "masorange_rules_helm", version = "1.4.0", bazel_compatibility = [">=6.0.0"]) +module(name = "masorange_rules_helm", version = "1.4.1", bazel_compatibility = [">=6.0.0"]) bazel_dep(name = "aspect_bazel_lib", version = "2.3.0")