lib/cartesian/version.rb in cartesian-0.6.6 vs lib/cartesian/version.rb in cartesian-0.6.7

- old
+ new

@@ -3,11 +3,11 @@ # Unfortunately, as of now, the version data must be replicated in ../cartesian.rb, # due to a mix of newgem versions, each requiring a different one. Not DRY :P # module VERSION #:nodoc: MAJOR = 0 - MINOR = 5 - TINY = 3 + MINOR = 6 + TINY = 7 STRING = [MAJOR, MINOR, TINY].join('.') end end