diff --git a/Gemfile.lock b/Gemfile.lock index 24b7143..f901a9f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - deploy-complexity (0.8.0) + deploy-complexity (0.11.0) octokit (~> 4.0) slack-notifier (~> 2.3.2) values (~> 1.8.0) @@ -76,4 +76,4 @@ DEPENDENCIES rubocop BUNDLED WITH - 1.16.3 + 1.17.3 diff --git a/lib/deploy_complexity/version.rb b/lib/deploy_complexity/version.rb index 91c38c3..a3450bd 100644 --- a/lib/deploy_complexity/version.rb +++ b/lib/deploy_complexity/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module DeployComplexity - VERSION = "0.8.0" + VERSION = "0.11.0" end