We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45ff38e commit b6d8ff3Copy full SHA for b6d8ff3
ITGlueAPI/ITGlueAPI.psd1
@@ -17,7 +17,7 @@ RootModule = '.\ITGlueAPI.psm1'
17
# -- MAJOR version when you make incompatible API changes,
18
# -- MINOR version when you add functionality in a backwards-compatible manner, and
19
# -- PATCH version when you make backwards-compatible bug fixes.
20
-ModuleVersion = '2.0.2'
+ModuleVersion = '2.0.4'
21
22
# ID used to uniquely identify this module
23
#GUID = ''
@@ -223,4 +223,4 @@ HelpInfoURI = 'https://github.com/itglue/powershellwrapper/wiki'
223
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
224
# DefaultCommandPrefix = ''
225
226
-}
+}
0 commit comments