From 26f9c97b89760302cd7453b81c05b3e20471eb5d Mon Sep 17 00:00:00 2001 From: Rodrigo Tintor Date: Wed, 10 Jan 2024 09:13:03 -0800 Subject: [PATCH] Preview version 0.4.0 (#323) --- module/AzureAD/config/ModuleMetadata.json | 2 +- module/AzureADPreview/config/ModuleMetadata.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module/AzureAD/config/ModuleMetadata.json b/module/AzureAD/config/ModuleMetadata.json index 8c396d05f1..3b79a05d8d 100644 --- a/module/AzureAD/config/ModuleMetadata.json +++ b/module/AzureAD/config/ModuleMetadata.json @@ -29,6 +29,6 @@ "Entra" ], "releaseNotes": "See https://github.com/microsoftgraph/entra-powershell.", - "version": "0.3.0", + "version": "0.4.0", "Prerelease": "preview" } diff --git a/module/AzureADPreview/config/ModuleMetadata.json b/module/AzureADPreview/config/ModuleMetadata.json index ab26d4e19a..0935c78768 100644 --- a/module/AzureADPreview/config/ModuleMetadata.json +++ b/module/AzureADPreview/config/ModuleMetadata.json @@ -31,6 +31,6 @@ "Entra" ], "releaseNotes": "See https://github.com/microsoftgraph/entra-powershell.", - "version": "0.3.0", + "version": "0.4.0", "Prerelease": "preview" }