Skip to content

Commit 73b602b

Browse files
author
FriedrichWeinmann
committed
incremented version
1 parent cf0f251 commit 73b602b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PSModuleDevelopment/PSModuleDevelopment.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
$script:PSModuleDevelopmentModuleRoot = $PSScriptRoot
2-
$script:PSModuleDevelopmentModuleVersion = '1.4.0.27'
2+
$script:PSModuleDevelopmentModuleVersion = '2.0.0.0'
33

44
$script:doDotSource = $false
55
if (Get-PSFConfigValue -Name PSModuleDevelopment.Import.DoDotSource) { $script:doDotSource = $true }

0 commit comments

Comments
 (0)