From f8fe6cef7bb2a70eea26dc703901f735204a0568 Mon Sep 17 00:00:00 2001 From: David Justo Date: Thu, 15 Jun 2023 10:53:16 -0700 Subject: [PATCH] rev ver to 1.0.0 --- src/AzureFunctions.PowerShell.Durable.SDK.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AzureFunctions.PowerShell.Durable.SDK.psd1 b/src/AzureFunctions.PowerShell.Durable.SDK.psd1 index fbffe33..66d6607 100644 --- a/src/AzureFunctions.PowerShell.Durable.SDK.psd1 +++ b/src/AzureFunctions.PowerShell.Durable.SDK.psd1 @@ -1,6 +1,6 @@ @{ # Version number of this module. - ModuleVersion = '1.0.0' + ModuleVersion = '1.0.1' # Supported PSEditions CompatiblePSEditions = @('Core')