Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfri committed Jan 19, 2024
1 parent fab6688 commit 9b136ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/currency-locales/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module BigCartel
module CurrencyLocales
VERSION = "1.6.0"
VERSION = "2.0.0"
end
end
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9b136ee

Please sign in to comment.