From d4acbd2a9f47281340d1315e1b6e4bbfb9c4e257 Mon Sep 17 00:00:00 2001 From: Muhammad Usman Date: Wed, 6 Sep 2023 12:27:41 -0500 Subject: [PATCH] Bump Bicep Version for 0.21 Release (#11749) ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/11749) --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index 6d79ceada04..93adabc8561 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "0.20", + "version": "0.21", "cloudBuild": { "setVersionVariables": false }