From 4540393f16cb7cc13eb325abd4f516bc8bb9dbf1 Mon Sep 17 00:00:00 2001 From: Josh Holtz Date: Tue, 1 Oct 2019 13:12:16 -0400 Subject: [PATCH] Version bump --- 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 10fe505..c7577a7 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.6.0" + VERSION = "1.6.1" end end