Skip to content

Commit 302a929

Browse files
committed
set version and prerelease tag in the correct file
1 parent 8231f3e commit 302a929

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PSGraph/PSQuickGraph.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = "PSGraph.dll"
1313

1414
# Version number of this module.
15-
ModuleVersion = '2.3.0'
15+
ModuleVersion = '2.5.0'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -94,7 +94,7 @@ AliasesToExport = @()
9494
PrivateData = @{
9595

9696
PSData = @{
97-
# Prerelease = 'alpha'
97+
Prerelease = 'beta'
9898
# Tags applied to this module. These help with module discovery in online galleries.
9999
# Tags = @()
100100

0 commit comments

Comments
 (0)