From 62fa2e81a4b72e157b155a01c92d44ef7da39852 Mon Sep 17 00:00:00 2001 From: Mike Battista <13860912+mikebattista@users.noreply.github.com> Date: Mon, 14 Oct 2019 20:25:55 -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 a0032a6..b52a1de 100644 --- a/WslInterop.psd1 +++ b/WslInterop.psd1 @@ -12,7 +12,7 @@ RootModule = '.\WslInterop.psm1' # Version number of this module. -ModuleVersion = '0.2.0' +ModuleVersion = '0.2.1' # Supported PSEditions CompatiblePSEditions = 'Core'