Skip to content

Commit dbbcfdc

Browse files
committed
Bump branding to 5.4.2-rc1
1 parent 7a101ce commit dbbcfdc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Pester.psd1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
RootModule = 'Pester.psm1'
55

66
# Version number of this module.
7-
ModuleVersion = '5.4.1'
7+
ModuleVersion = '5.4.2'
88

99
# ID used to uniquely identify this module
1010
GUID = 'a699dea5-2c73-4616-a270-1f7abb777e71'
@@ -116,14 +116,14 @@
116116
LicenseUri = "https://www.apache.org/licenses/LICENSE-2.0.html"
117117

118118
# Release notes for this particular version of the module
119-
ReleaseNotes = 'https://github.com/pester/Pester/releases/tag/5.4.1'
119+
ReleaseNotes = 'https://github.com/pester/Pester/releases/tag/5.4.2-rc1'
120120

121121
# Prerelease string of this module
122-
Prerelease = ''
122+
Prerelease = '-rc1'
123123
}
124124

125125
# Minimum assembly version required
126-
RequiredAssemblyVersion = '5.4.1'
126+
RequiredAssemblyVersion = '5.4.2'
127127
}
128128

129129
# HelpInfo URI of this module

0 commit comments

Comments
 (0)