lib/cartesian/version.rb in cartesian-0.5.2 vs lib/cartesian/version.rb in cartesian-0.5.3

- old
+ new

@@ -4,10 +4,10 @@ # due to a mix of newgem versions, each requiring a different one. Not DRY :P # module VERSION #:nodoc: MAJOR = 0 MINOR = 5 - TINY = 2 + TINY = 3 STRING = [MAJOR, MINOR, TINY].join('.') end end