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