From 4c97201eb0bb063ecb2ec014478e68baef8554af Mon Sep 17 00:00:00 2001 From: Santiago Squarzon Date: Tue, 20 Aug 2024 13:53:10 -0300 Subject: [PATCH] bump version --- module/PSCompression.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/PSCompression.psd1 b/module/PSCompression.psd1 index 76f2f50..7043605 100644 --- a/module/PSCompression.psd1 +++ b/module/PSCompression.psd1 @@ -11,7 +11,7 @@ RootModule = 'bin/netstandard2.0/PSCompression.dll' # Version number of this module. - ModuleVersion = '2.0.6' + ModuleVersion = '2.0.7' # Supported PSEditions # CompatiblePSEditions = @()