Skip to content

Commit

Permalink
Bump up version number
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Oct 24, 2022
1 parent 57863ae commit 46c7833
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/resource_types.md
Original file line number Diff line number Diff line change
Expand Up @@ -3370,7 +3370,7 @@ describe s3_bucket('my-bucket') do
it do
should have_lifecycle_rule(
id: 'MyRuleName2',
prefix: '123/',
filter: { prefix: '123/' },
noncurrent_version_expiration: { noncurrent_days: 2 },
expiration: { days: 3 },
transitions: [{ days: 5, storage_class: 'STANDARD_IA' }, { days: 10, storage_class: 'GLACIER' }],
Expand Down
2 changes: 1 addition & 1 deletion lib/awspec/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Awspec
VERSION = '1.28.1'
VERSION = '1.28.2'
end

0 comments on commit 46c7833

Please sign in to comment.