Skip to content

Commit

Permalink
Properly bump service gems
Browse files Browse the repository at this point in the history
  • Loading branch information
mullermp committed Sep 11, 2024
1 parent 7662722 commit 48b6828
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_tools/services.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ class ServiceEnumerator
MANIFEST_PATH = File.expand_path('../../services.json', __FILE__)

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

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

EVENTSTREAM_PLUGIN = "Aws::Plugins::EventStreamConfiguration"

Expand Down

0 comments on commit 48b6828

Please sign in to comment.