From 2d5d35db0e7d62dd6045069696ea2fc26db8994a Mon Sep 17 00:00:00 2001 From: "J. R. Pickhardt" Date: Sat, 13 May 2017 16:24:42 -0700 Subject: [PATCH] Advanced version --- Gemfile.lock | 2 +- lib/fakes3/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 63d05bf1..b39bf03d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fakes3 (1.1.0) + fakes3 (1.2.0) builder thor diff --git a/lib/fakes3/version.rb b/lib/fakes3/version.rb index 3a04c29b..2565b749 100644 --- a/lib/fakes3/version.rb +++ b/lib/fakes3/version.rb @@ -1,3 +1,3 @@ module FakeS3 - VERSION = "1.1.0" + VERSION = "1.2.0" end