From 6716b83f169e627047f8c80b54a0d5f5e880c02f Mon Sep 17 00:00:00 2001 From: Kennedy Kang'ethe Date: Thu, 22 Aug 2024 17:02:32 +0300 Subject: [PATCH] Update version to v0.14-preview (#1027) --- 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 89ef73d2b..0b8e866c2 100644 --- a/module/Entra/config/ModuleMetadata.json +++ b/module/Entra/config/ModuleMetadata.json @@ -30,6 +30,6 @@ "Entra" ], "releaseNotes": "See https://github.com/microsoftgraph/entra-powershell.", - "version": "0.13.0", + "version": "0.14.0", "Prerelease": "preview" } diff --git a/module/EntraBeta/config/ModuleMetadata.json b/module/EntraBeta/config/ModuleMetadata.json index 985fc145c..fe7a9b51f 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.13.0", + "version": "0.14.0", "Prerelease": "preview" }