We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d1ec67 + 0b2c7fc commit b619dd1Copy full SHA for b619dd1
MAKE.ps1
@@ -66,7 +66,7 @@ $PackageFilePatternExclusions = @(
66
67
$here = Split-Path -Parent $MyInvocation.MyCommand.Path
68
69
-$Version = "0.1.5"
+$Version = "0.1.12"
70
$ModuleName = "PSServiceNow"
71
$PackageName = "$ModuleName-v$($version).zip";
72
PSServiceNow.psd1
@@ -12,7 +12,7 @@
12
RootModule = 'PSServiceNow.psm1'
13
14
# Version number of this module.
15
-ModuleVersion = '0.1.5'
+ModuleVersion = '0.1.12'
16
17
# ID used to uniquely identify this module
18
GUID = 'b90d67da-f8d0-4406-ad74-89d169cd0633'
0 commit comments