diff --git a/Gemfile.lock b/Gemfile.lock index 96664f9..f4f4fa1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - sg_fargate_rails (0.1.15) + sg_fargate_rails (0.1.16) aws-sdk-ec2 (~> 1.413) aws-sdk-scheduler (~> 1.10) lograge (~> 0.12) diff --git a/lib/sg_fargate_rails/version.rb b/lib/sg_fargate_rails/version.rb index e4bedbb..648485f 100644 --- a/lib/sg_fargate_rails/version.rb +++ b/lib/sg_fargate_rails/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module SgFargateRails - VERSION = "0.1.15" + VERSION = "0.1.16" end