From a7642eee678f30166a78f22dbc9db54d133051a1 Mon Sep 17 00:00:00 2001 From: Justin Paul Date: Mon, 17 Feb 2025 13:52:17 -0500 Subject: [PATCH] Bumped Version for 131 Fix This commit and the previous commit fix the Import-ZertoVmNicSettings function for 10.0. Fixes #131 --- ZertoApiWrapper/ZertoApiWrapper.psd1 | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ZertoApiWrapper/ZertoApiWrapper.psd1 b/ZertoApiWrapper/ZertoApiWrapper.psd1 index f9d6091..fa61373 100644 --- a/ZertoApiWrapper/ZertoApiWrapper.psd1 +++ b/ZertoApiWrapper/ZertoApiWrapper.psd1 @@ -12,7 +12,7 @@ RootModule = '.\ZertoApiWrapper.psm1' # Version number of this module. - ModuleVersion = '2.0.0' + ModuleVersion = '2.0.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/version.txt b/version.txt index 227cea2..38f77a6 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.0.0 +2.0.1