diff --git a/Gemfile.lock b/Gemfile.lock index 62a6277..70caea1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - capistrano-asg-rolling (0.4.0) + capistrano-asg-rolling (0.4.1) aws-sdk-autoscaling (~> 1, >= 1.67.0) aws-sdk-ec2 (~> 1) capistrano (~> 3) @@ -25,7 +25,7 @@ GEM aws-partitions (~> 1, >= 1.651.0) aws-sigv4 (~> 1.8) jmespath (~> 1, >= 1.6.1) - aws-sdk-ec2 (1.427.0) + aws-sdk-ec2 (1.428.0) aws-sdk-core (~> 3, >= 3.188.0) aws-sigv4 (~> 1.1) aws-sigv4 (1.8.0) diff --git a/lib/capistrano/asg/rolling/version.rb b/lib/capistrano/asg/rolling/version.rb index 7dd78f2..2fc90b5 100644 --- a/lib/capistrano/asg/rolling/version.rb +++ b/lib/capistrano/asg/rolling/version.rb @@ -3,7 +3,7 @@ module Capistrano module ASG module Rolling - VERSION = '0.4.0' + VERSION = '0.4.1' end end end