Skip to content

Commit 487f3b1

Browse files
authored
Update Selenium.psd1
1 parent 0e032a7 commit 487f3b1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Selenium.psd1

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = '.\Selenium.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.3-beta1'
15+
ModuleVersion = '1.3'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -126,6 +126,8 @@ PrivateData = @{
126126

127127
# ReleaseNotes of this module
128128
ReleaseNotes = 'Updating WebDrivers for Selenium'
129+
130+
Prerelease = 'beta1'
129131

130132
} # End of PSData hashtable
131133

0 commit comments

Comments
 (0)