From 9c409d7426e244f3c2ebd152900b78ebe8c6afd2 Mon Sep 17 00:00:00 2001 From: Joel Francis <32407840+vexx32@users.noreply.github.com> Date: Fri, 7 Feb 2020 14:17:28 -0500 Subject: [PATCH] :rocket: Version bump --- PSKoans/PSKoans.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PSKoans/PSKoans.psd1 b/PSKoans/PSKoans.psd1 index c8f0d178f..b6a2b7752 100644 --- a/PSKoans/PSKoans.psd1 +++ b/PSKoans/PSKoans.psd1 @@ -12,7 +12,7 @@ RootModule = 'PSKoans.psm1' # Version number of this module. - ModuleVersion = '0.65.4' + ModuleVersion = '0.66.0' # Supported PSEditions CompatiblePSEditions = @('Desktop', 'Core')