Skip to content

Commit

Permalink
Fixing version within main library module, again
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lynch <chris.lynch@hpe.com>
  • Loading branch information
ChrisLynchHPE committed Oct 11, 2023
1 parent 9c65581 commit 9f7e351
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HPEOneView.830.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ THE SOFTWARE.
#>

# Set HPEOneView POSH Library Version
[Version]$ModuleVersion = '8.30.3649.2178'
[Version]$ModuleVersion = '8.30.3660.2366'
New-Variable -Name PSLibraryVersion -Scope Global -Value ([HPEOneView.Library.Version]::new($ModuleVersion)) -Option Constant -ErrorAction SilentlyContinue
$Global:CallStack = Get-PSCallStack
$script:ModuleVerbose = [Bool]($Global:CallStack | Where-Object { $_.Command -eq "<ScriptBlock>" }).position.text -match "-verbose"
Expand Down
Binary file modified lib/HPEOneView_Classes.dll
Binary file not shown.

0 comments on commit 9f7e351

Please sign in to comment.