From 42abf912deff59d389fa0c217214bee0340cab35 Mon Sep 17 00:00:00 2001 From: Andy Staples Date: Wed, 10 Sep 2025 11:04:14 -0700 Subject: [PATCH] Update module version to 2.1.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 b27e910..6221348 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 = '2.0.0' + ModuleVersion = '2.1.0' # Supported PSEditions CompatiblePSEditions = @('Core')