From 9b136eea452edf11432af9b41e5b625862f3f5ea Mon Sep 17 00:00:00 2001 From: Paul Friedman Date: Fri, 19 Jan 2024 10:56:43 -0800 Subject: [PATCH] Bump version --- lib/currency-locales/version.rb | 2 +- spec/spec_helper.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/currency-locales/version.rb b/lib/currency-locales/version.rb index ff02e5b..f0896ae 100755 --- a/lib/currency-locales/version.rb +++ b/lib/currency-locales/version.rb @@ -1,5 +1,5 @@ module BigCartel module CurrencyLocales - VERSION = "1.6.0" + VERSION = "2.0.0" end end diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 78df30c..1c320c1 100755 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -3,7 +3,7 @@ require 'bigcartel-currency-locales' require 'action_controller/railtie' -$stdout.puts "\nTesting against Rails #{ Rails::VERSION::STRING }" +$stdout.puts "\nTesting against Rails #{Rails::VERSION::STRING}" BigCartel::CurrencyLocales.insert