From 1e03e98e21e99d4625d04834313afba679969481 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 1 Jun 2021 22:00:02 -0700 Subject: [PATCH] bicep: Update to version 0.4.1 --- bucket/bicep.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/bicep.json b/bucket/bicep.json index 96c7b42691..2cb85c51a4 100644 --- a/bucket/bicep.json +++ b/bucket/bicep.json @@ -1,12 +1,12 @@ { - "version": "0.3.539", + "version": "0.4.1", "description": "A declarative language for describing and deploying Azure resources", "homepage": "https://github.com/Azure/bicep", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/Azure/bicep/releases/download/v0.3.539/bicep-win-x64.exe#/bicep.exe", - "hash": "d463f794babb3b890121567b83a16ef62c02868a8f5425342bde81b84f7cf5b3" + "url": "https://github.com/Azure/bicep/releases/download/v0.4.1/bicep-win-x64.exe#/bicep.exe", + "hash": "a080f7a10d7a61dd56dda3662a1799cd771cbdf7106d574f6227b0edf610badb" } }, "bin": "bicep.exe",