From 57b8793b20266b49f850514d08bde75be5de64b2 Mon Sep 17 00:00:00 2001 From: nohwnd Date: Thu, 27 May 2021 09:58:20 +0200 Subject: [PATCH] Bump 5.2.2 --- src/Pester.psd1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Pester.psd1 b/src/Pester.psd1 index 10e797d8e..05624025c 100644 --- a/src/Pester.psd1 +++ b/src/Pester.psd1 @@ -4,7 +4,7 @@ RootModule = 'Pester.psm1' # Version number of this module. - ModuleVersion = '5.2.1' + ModuleVersion = '5.2.2' # ID used to uniquely identify this module GUID = 'a699dea5-2c73-4616-a270-1f7abb777e71' @@ -112,7 +112,7 @@ LicenseUri = "https://www.apache.org/licenses/LICENSE-2.0.html" # Release notes for this particular version of the module - ReleaseNotes = 'https://github.com/pester/Pester/releases/tag/5.2.1' + ReleaseNotes = 'https://github.com/pester/Pester/releases/tag/5.2.2' # Prerelease string of this module Prerelease = ''