From 585b3343c8c0746d7929da14559b7eca8d2e2b72 Mon Sep 17 00:00:00 2001 From: Zach Trocinski <30884663+oZakari@users.noreply.github.com> Date: Tue, 27 Feb 2024 12:03:23 -0600 Subject: [PATCH] Update release version (#732) --- version.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/version.json b/version.json index dc95d0601..f5857de19 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { - "version": "0.17.1", - "gitTag": "v0.17.1", - "releaseNotes": "https://github.com/Azure/ALZ-Bicep/releases/tag/v0.17.1", - "releaseDateTimeUTC": "20240208T145935000Z" + "version": "0.17.2", + "gitTag": "v0.17.2", + "releaseNotes": "https://github.com/Azure/ALZ-Bicep/releases/tag/v0.17.2", + "releaseDateTimeUTC": "20240227T145935000Z" }