From 105340d5581e596d0479f9915da06c93132c31e2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 09:57:41 -0500 Subject: [PATCH] Bump version to 0.1.4-Beta (#45) ## Type of change - [ ] Bug fix - [ ] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [ ] Build/deploy pipeline (DevOps) - [X] Other ## Objective Automated version bump to 0.1.4-Beta Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com> --- charts/self-host/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/self-host/Chart.yaml b/charts/self-host/Chart.yaml index 3de82189..05a6550a 100644 --- a/charts/self-host/Chart.yaml +++ b/charts/self-host/Chart.yaml @@ -7,4 +7,4 @@ maintainers: - name: dept-devops name: self-host type: application -version: 0.1.3-Beta +version: 0.1.4-Beta