Skip to content

Commit 0c79596

Browse files
committed
Branding 5.5.0-rc1
1 parent dbbcfdc commit 0c79596

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Pester.psd1

Lines changed: 3 additions & 3 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.2'
7+
ModuleVersion = '5.5.0'
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.2-rc1'
119+
ReleaseNotes = 'https://github.com/pester/Pester/releases/tag/5.5.0-rc1'
120120

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

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

129129
# HelpInfo URI of this module

0 commit comments

Comments
 (0)