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