From 836565b1586a7008e9ba690003837ae9d6b6773a Mon Sep 17 00:00:00 2001 From: nohwnd Date: Fri, 18 Sep 2020 17:59:40 +0200 Subject: [PATCH] Bump to 5.1.0-beta1 --- src/Pester.psd1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Pester.psd1 b/src/Pester.psd1 index c5418fdf0..590cce5fd 100644 --- a/src/Pester.psd1 +++ b/src/Pester.psd1 @@ -4,7 +4,7 @@ RootModule = 'Pester.psm1' # Version number of this module. - ModuleVersion = '5.0.5' + ModuleVersion = '5.1.0' # ID used to uniquely identify this module GUID = 'a699dea5-2c73-4616-a270-1f7abb777e71' @@ -109,7 +109,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.0.5' + ReleaseNotes = 'https://github.com/pester/Pester/releases/tag/5.1.0' # Prerelease string of this module Prerelease = 'beta1'