From 4aa37c25bb78eded08960c166fc1123bd7c642ad Mon Sep 17 00:00:00 2001 From: Hamed Asghari Date: Tue, 24 Mar 2020 12:50:45 -0600 Subject: [PATCH] Bump version to 1.0.0 for release --- Gemfile.lock | 2 +- lib/one_off/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index bd1f8d6..f4e95a0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - one_off (0.2.0) + one_off (1.0.0) rails (~> 6.0.2, >= 6.0.2.1) GEM diff --git a/lib/one_off/version.rb b/lib/one_off/version.rb index edea08a..2be2f2e 100644 --- a/lib/one_off/version.rb +++ b/lib/one_off/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module OneOff - VERSION = '0.2.0' + VERSION = '1.0.0' end