lib/configurable/version.rb in configurable-0.6.0 vs lib/configurable/version.rb in configurable-0.7.0

- old
+ new

@@ -1,7 +1,7 @@ module Configurable MAJOR = 0 - MINOR = 6 + MINOR = 7 TINY = 0 VERSION="#{MAJOR}.#{MINOR}.#{TINY}" end \ No newline at end of file