diff --git a/Gemfile.lock b/Gemfile.lock index 756bd63..7321be2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - sg_fargate_rails (0.1.12) + sg_fargate_rails (0.1.13) 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 1739801..3632135 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.12" + VERSION = "0.1.13" end