From 649ff433f6930df17a68fee1e2dd617edcc336b9 Mon Sep 17 00:00:00 2001 From: Andre Brisco <91817010+abrisco@users.noreply.github.com> Date: Thu, 18 Jan 2024 12:48:25 -0800 Subject: [PATCH] Release 0.0.10 (#45) --- MODULE.bazel | 2 +- version.bzl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 5643966..89d88e1 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -2,7 +2,7 @@ module( name = "rules_helm", - version = "0.0.9", + version = "0.0.10", compatibility_level = 1, ) diff --git a/version.bzl b/version.bzl index c614a75..e4659de 100644 --- a/version.bzl +++ b/version.bzl @@ -1,3 +1,3 @@ """ Version info for the `rules_helm` repository """ -VERSION = "0.0.9" +VERSION = "0.0.10"