lib/decisiontree/version.rb in decisiontree-0.2.0 vs lib/decisiontree/version.rb in decisiontree-0.3.0

- old
+ new

@@ -1,8 +1,8 @@ module DecisionTree #:nodoc: module VERSION #:nodoc: MAJOR = 0 - MINOR = 2 + MINOR = 3 TINY = 0 STRING = [MAJOR, MINOR, TINY].join('.') end end