diff --git a/PowerShell/Module/Private/_Constants.ps1 b/PowerShell/Module/Private/_Constants.ps1 index d28f2ea00..ced54f0e1 100644 --- a/PowerShell/Module/Private/_Constants.ps1 +++ b/PowerShell/Module/Private/_Constants.ps1 @@ -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 }