diff --git a/Gemfile.lock b/Gemfile.lock index 2d10d34a..4e883d55 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - allure-report-publisher (0.5.4) + allure-report-publisher (0.6.0) aws-sdk-s3 (>= 1.93.1, < 1.114.0) dry-cli (>= 0.6, < 0.8) gitlab (~> 4.17) diff --git a/lib/allure_report_publisher/version.rb b/lib/allure_report_publisher/version.rb index 12b3d2d6..cfc95c8a 100644 --- a/lib/allure_report_publisher/version.rb +++ b/lib/allure_report_publisher/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Publisher - VERSION = "0.5.4" + VERSION = "0.6.0" end