Skip to content

Commit

Permalink
- Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ornulfn committed Jan 3, 2020
1 parent 1ef86e9 commit 9232988
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PSFortigateParser.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'PSFortigateParser'

# Version number of this module.
ModuleVersion = '1.1.0'
ModuleVersion = '1.1.1'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down
2 changes: 1 addition & 1 deletion PSFortigateParser.psm1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Generated at 2020-01-03 16:06 by Ørnulf Nielsen
#Generated at 2020-01-03 16:19 by Ørnulf Nielsen
#region Class PSFortigateConfig : System.IDisposable
Class PSFortigateConfig : System.IDisposable {
#region Properties
Expand Down
2 changes: 1 addition & 1 deletion src/psake-default.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
properties {
$ModuleName = "PSFortigateParser"
$ModuleVersion = '1.1.0'
$ModuleVersion = '1.1.1'

$ModuleManifest = @{
'RootModule' = $ModuleName
Expand Down

0 comments on commit 9232988

Please sign in to comment.