From 6b75ff48a4fe84480ab6159f26b2ea1de1b920c9 Mon Sep 17 00:00:00 2001 From: Josh Holtz Date: Fri, 21 Apr 2017 08:50:46 -0500 Subject: [PATCH] Version bump to 0.2.5 --- 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 317992e..416fd14 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 = "0.2.4" + VERSION = "0.2.5" end end