From e47c8fb23e7bfd701c5291144c88e1a108173ca5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 04:28:28 +0000 Subject: [PATCH] vals: Update to version 0.22.0 --- bucket/vals.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vals.json b/bucket/vals.json index 08ae21e16e..f9dfa0ad79 100644 --- a/bucket/vals.json +++ b/bucket/vals.json @@ -1,16 +1,16 @@ { - "version": "0.21.0", + "version": "0.22.0", "description": "Helm-like configuration values loader with support for various sources", "homepage": "https://github.com/variantdev/vals", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/variantdev/vals/releases/download/v0.21.0/vals_0.21.0_windows_amd64.tar.gz", - "hash": "6874ffbad036364864a8fd750858ca8af4e17900bd6922ad52c98d52ec227ea4" + "url": "https://github.com/variantdev/vals/releases/download/v0.22.0/vals_0.22.0_windows_amd64.tar.gz", + "hash": "d7bb222746431a26b38e619035f1b7d4576e4627849a1d0f385591dedc67a393" }, "32bit": { - "url": "https://github.com/variantdev/vals/releases/download/v0.21.0/vals_0.21.0_windows_386.tar.gz", - "hash": "f097809f91b4d66640bbdb08988423ff35c16d518f2ba3286b388745682d2c80" + "url": "https://github.com/variantdev/vals/releases/download/v0.22.0/vals_0.22.0_windows_386.tar.gz", + "hash": "0803cbd41cbffafe4f1a89c6bb86298db03c4f15eaa5de2b9535cee57c801b9f" } }, "bin": "vals.exe",