From a9d0ad047c43581455d3b901ed2a34b03d8a31c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jare=C5=A1?= Date: Fri, 17 May 2024 21:49:52 +0200 Subject: [PATCH] Bump to 6.0.0-alpha1 --- src/Pester.psd1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Pester.psd1 b/src/Pester.psd1 index 73062f654..94c690bf4 100644 --- a/src/Pester.psd1 +++ b/src/Pester.psd1 @@ -4,7 +4,7 @@ RootModule = 'Pester.psm1' # Version number of this module. - ModuleVersion = '5.6.0' + ModuleVersion = '6.0.0' # 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.6.0-rc1' + ReleaseNotes = 'https://github.com/pester/Pester/releases/tag/6.0.0-alpha1' # Prerelease string of this module - Prerelease = 'rc1' + Prerelease = 'alpha1' } # Minimum assembly version required - RequiredAssemblyVersion = '5.6.0' + RequiredAssemblyVersion = '6.0.0' } # HelpInfo URI of this module