From 20ae0fe44291408756ec4ec7bda43ea28be59c50 Mon Sep 17 00:00:00 2001 From: Josh Holtz Date: Sun, 26 Apr 2020 22:26:06 -0500 Subject: [PATCH] Version bump 1.8.0 --- lib/fastlane/plugin/aws_s3/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fastlane/plugin/aws_s3/version.rb b/lib/fastlane/plugin/aws_s3/version.rb index ff2fe8f..f7a76d3 100644 --- a/lib/fastlane/plugin/aws_s3/version.rb +++ b/lib/fastlane/plugin/aws_s3/version.rb @@ -1,5 +1,5 @@ module Fastlane module AwsS3 - VERSION = "1.7.0" + VERSION = "1.8.0" end end