Skip to content

Commit

Permalink
Updated default PowerShell Core to 6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Pearce committed Jan 3, 2019
1 parent 9557558 commit 037bd67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PowerShell/Module/Private/_Constants.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ if (!($AwsPowerShellFunctionEnvName))

if (!($AwsPowerShellDefaultSdkVersion))
{
New-Variable -Name AwsPowerShellDefaultSdkVersion -Value '6.1.0' -Option Constant
New-Variable -Name AwsPowerShellDefaultSdkVersion -Value '6.1.1' -Option Constant
}

0 comments on commit 037bd67

Please sign in to comment.