diff --git a/lib/money_with_date/version.rb b/lib/money_with_date/version.rb index a059c80..ead1aca 100644 --- a/lib/money_with_date/version.rb +++ b/lib/money_with_date/version.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true module MoneyWithDate - VERSION = "0.1.0" + VERSION = "0.2.0" MINIMUM_MONEY_VERSION = "6.14.0" MINIMUM_MONEY_RAILS_VERSION = "1.15.0"