From 0ed7e81ff002408d933d069662a337c5faeb1ce7 Mon Sep 17 00:00:00 2001 From: Travis Cline Date: Fri, 2 Aug 2019 11:19:52 -0700 Subject: [PATCH] readme: Update tag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c1bae7..3ac31da 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ In your Bazel `WORKSPACE` file add this repository as a dependency: ``` git_repository( name = "com_github_tmc_rules_helm", - tag = "0.3.0", + tag = "0.4.0", remote = "https://github.com/tmc/rules_helm.git", ) ```