We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea9e983 commit e723fefCopy full SHA for e723fef
MODULE.bazel
@@ -2,7 +2,7 @@
2
3
module(
4
name = "rules_helm",
5
- version = "0.19.0",
+ version = "0.20.0",
6
compatibility_level = 1,
7
)
8
version.bzl
@@ -1,3 +1,3 @@
1
""" Version info for the `rules_helm` repository """
-VERSION = "0.19.0"
+VERSION = "0.20.0"
0 commit comments