Skip to content

Commit 4a2b7b1

Browse files
committed
update version
1 parent 6d13a93 commit 4a2b7b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

monkey365.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'monkey365.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.95.5'
15+
ModuleVersion = '0.95.6'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -73,6 +73,7 @@ NestedModules = @(
7373

7474
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
7575
FunctionsToExport = @(
76+
'Invoke-Test',
7677
'Invoke-Monkey365',
7778
'Get-MonkeyJobError'
7879
'Convert-MarkDownToHtml',

0 commit comments

Comments
 (0)