lib/mix-rails-vouchers/version.rb in mix-rails-vouchers-0.25.0 vs lib/mix-rails-vouchers/version.rb in mix-rails-vouchers-0.25.1

- old
+ new

@@ -1,9 +1,9 @@ module MixRailsVouchers module VERSION #:nodoc: MAJOR = 0 MINOR = 25 - TINY = 0 + TINY = 1 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end end \ No newline at end of file