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