From c9d60d7714d7459c884abca384b5269a957a8c4c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 04:29:13 +0000 Subject: [PATCH] vals: Update to version 0.20.0 --- bucket/vals.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vals.json b/bucket/vals.json index cc6f99b8d1..ba60734102 100644 --- a/bucket/vals.json +++ b/bucket/vals.json @@ -1,16 +1,16 @@ { - "version": "0.19.0", + "version": "0.20.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.19.0/vals_0.19.0_windows_amd64.tar.gz", - "hash": "62dc6a7603379a86674dc6b4da173846062dde32a47c0a120b78ee5dd1e1fa70" + "url": "https://github.com/variantdev/vals/releases/download/v0.20.0/vals_0.20.0_windows_amd64.tar.gz", + "hash": "23676d09a93a311658a90b71922397831fcce8969c9f6aa3873cb07a2731f9e8" }, "32bit": { - "url": "https://github.com/variantdev/vals/releases/download/v0.19.0/vals_0.19.0_windows_386.tar.gz", - "hash": "c1848aec2cc93c31e71a695aff40059cfb59757cf6d54aabacaf96c6a410a8cf" + "url": "https://github.com/variantdev/vals/releases/download/v0.20.0/vals_0.20.0_windows_386.tar.gz", + "hash": "c99d4718a48d4dd0f83c321265b883b41e58145b5e9ab35e6011ba49eafd6c1a" } }, "bin": "vals.exe",