From 4b41cb6d4b963cc67fcd18980f8fc410f1660fd9 Mon Sep 17 00:00:00 2001 From: Shenglong Li Date: Mon, 6 May 2024 16:05:46 -0700 Subject: [PATCH] Bump version to 0.27 (#14010) ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/14010) --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index aa30015fdd2..8b73daa69a6 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.26", + "version": "0.27", "cloudBuild": { "setVersionVariables": false }