We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a81a11 commit d0a84f2Copy full SHA for d0a84f2
PowerShell/Module/AWSLambdaPSCore.psd1
@@ -12,7 +12,7 @@
12
RootModule = 'AWSLambdaPSCore.psm1'
13
14
# Version number of this module.
15
-ModuleVersion = '4.0.2.0'
+ModuleVersion = '4.0.3.0'
16
17
# Supported PSEditions
18
CompatiblePSEditions = 'Core'
PowerShell/Module/Private/_Constants.ps1
@@ -20,7 +20,7 @@ if (!($AwsPowerShellFunctionEnvName))
20
21
if (!($AwsPowerShellDefaultSdkVersion))
22
{
23
- New-Variable -Name AwsPowerShellDefaultSdkVersion -Value '7.4.1' -Option Constant
+ New-Variable -Name AwsPowerShellDefaultSdkVersion -Value '7.4.5' -Option Constant
24
}
25
26
if (!($AwsPowerShellTargetFramework))
0 commit comments