Skip to content

Commit

Permalink
Bump minimum core version
Browse files Browse the repository at this point in the history
  • Loading branch information
mullermp committed Jun 19, 2024
1 parent e33168a commit 0bc84ae
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.197.1"
MINIMUM_CORE_VERSION = "3.197.2"

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

EVENTSTREAM_PLUGIN = "Aws::Plugins::EventStreamConfiguration"

Expand Down

0 comments on commit 0bc84ae

Please sign in to comment.