From 764b4e7b06c6564ff97c2740293feb744d0f7ca5 Mon Sep 17 00:00:00 2001 From: Kennedy Kang'ethe Date: Thu, 4 Apr 2024 11:44:18 +0300 Subject: [PATCH] Update version 0.7.1 for private preview (#685) --- module/Entra/config/ModuleMetadata.json | 2 +- module/EntraBeta/config/ModuleMetadata.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module/Entra/config/ModuleMetadata.json b/module/Entra/config/ModuleMetadata.json index f3bc276155..28a539cca4 100644 --- a/module/Entra/config/ModuleMetadata.json +++ b/module/Entra/config/ModuleMetadata.json @@ -29,6 +29,6 @@ "Entra" ], "releaseNotes": "See https://github.com/microsoftgraph/entra-powershell.", - "version": "0.7.0", + "version": "0.7.1", "Prerelease": "preview" } diff --git a/module/EntraBeta/config/ModuleMetadata.json b/module/EntraBeta/config/ModuleMetadata.json index cb360b3dbc..6e2704456e 100644 --- a/module/EntraBeta/config/ModuleMetadata.json +++ b/module/EntraBeta/config/ModuleMetadata.json @@ -31,6 +31,6 @@ "Entra" ], "releaseNotes": "See https://github.com/microsoftgraph/entra-powershell.", - "version": "0.7.0", + "version": "0.7.1", "Prerelease": "preview" }