From dc45b7481fffc4f6c2ff1a74edebaad03ce1efcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jare=C5=A1?= Date: Wed, 8 Jan 2025 22:02:49 +0100 Subject: [PATCH] Bump to 5.7.1 --- src/Pester.psd1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Pester.psd1 b/src/Pester.psd1 index dfde3de4b..715e9f6d9 100644 --- a/src/Pester.psd1 +++ b/src/Pester.psd1 @@ -4,7 +4,7 @@ RootModule = 'Pester.psm1' # Version number of this module. - ModuleVersion = '5.7.0' + ModuleVersion = '5.7.1' # ID used to uniquely identify this module GUID = 'a699dea5-2c73-4616-a270-1f7abb777e71' @@ -116,14 +116,14 @@ 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.7.0' + ReleaseNotes = 'https://github.com/pester/Pester/releases/tag/5.7.1' # Prerelease string of this module Prerelease = '' } # Minimum assembly version required - RequiredAssemblyVersion = '5.7.0' + RequiredAssemblyVersion = '5.7.1' } # HelpInfo URI of this module