Skip to content

Commit cb325a9

Browse files
Merged PR 21: Remove dot from the preview version string
Remove dot from the preview version string
2 parents a433074 + c1f53ef commit cb325a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platyPS.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ PrivateData = @{
9595

9696
PSData = @{
9797

98-
Prerelease = 'preview.1'
98+
Prerelease = 'preview1'
9999

100100
# Tags applied to this module. These help with module discovery in online galleries.
101101
Tags = @('help', 'markdown', 'MAML', 'PSEdition_Core', 'PSEdition_Desktop')

0 commit comments

Comments
 (0)