Skip to content

Commit 48b6828

Browse files
committed
Properly bump service gems
1 parent 7662722 commit 48b6828

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build_tools/services.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ class ServiceEnumerator
1010
MANIFEST_PATH = File.expand_path('../../services.json', __FILE__)
1111

1212
# Minimum `aws-sdk-core` version for new gem builds
13-
MINIMUM_CORE_VERSION = "3.204.1"
13+
MINIMUM_CORE_VERSION = "3.205.0"
1414

1515
# Minimum `aws-sdk-core` version for new S3 gem builds
16-
MINIMUM_CORE_VERSION_S3 = "3.204.1"
16+
MINIMUM_CORE_VERSION_S3 = "3.205.0"
1717

1818
EVENTSTREAM_PLUGIN = "Aws::Plugins::EventStreamConfiguration"
1919

0 commit comments

Comments
 (0)