From 7c13c2a6979aac8dcaa1b758d7d2138380682ab6 Mon Sep 17 00:00:00 2001 From: David Kramer Date: Fri, 16 Nov 2018 21:14:53 -0800 Subject: [PATCH] Bump version for release (2.0.1) --- Gemfile.lock | 2 +- lib/macinbox/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a3fa491..d00c559 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - macinbox (2.0.1.pre0) + macinbox (2.0.1) GEM remote: https://rubygems.org/ diff --git a/lib/macinbox/version.rb b/lib/macinbox/version.rb index 8e0bc15..0463cdf 100644 --- a/lib/macinbox/version.rb +++ b/lib/macinbox/version.rb @@ -1,3 +1,3 @@ module Macinbox - VERSION = "2.0.1.pre0" + VERSION = "2.0.1" end