diff --git a/Gemfile.lock b/Gemfile.lock index f991c874..87067ed6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - allure-report-publisher (0.5.3) + allure-report-publisher (0.5.4) 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 f2e78ed2..12b3d2d6 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.3" + VERSION = "0.5.4" end