From 2dd31622200b12032febdff45fd9ef4bd69c15f9 Mon Sep 17 00:00:00 2001 From: Mike Battista <13860912+mikebattista@users.noreply.github.com> Date: Sun, 24 May 2020 13:55:30 -0700 Subject: [PATCH] Updated the module version. --- WslInterop.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WslInterop.psd1 b/WslInterop.psd1 index afec772..31c673f 100644 --- a/WslInterop.psd1 +++ b/WslInterop.psd1 @@ -12,7 +12,7 @@ RootModule = '.\WslInterop.psm1' # Version number of this module. -ModuleVersion = '0.2.3' +ModuleVersion = '0.2.4' # Supported PSEditions CompatiblePSEditions = 'Core'