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 = ''