lib/mix-rails-vouchers/version.rb in mix-rails-vouchers-0.10.3 vs lib/mix-rails-vouchers/version.rb in mix-rails-vouchers-0.10.4

- old
+ new

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