We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b27c230 commit 061afe6Copy full SHA for 061afe6
MODULE.bazel
@@ -2,7 +2,7 @@
2
3
module(
4
name = "rules_helm",
5
- version = "0.22.0",
+ version = "0.22.1",
6
compatibility_level = 1,
7
)
8
version.bzl
@@ -1,3 +1,3 @@
1
""" Version info for the `rules_helm` repository """
-VERSION = "0.22.0"
+VERSION = "0.22.1"
0 commit comments