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

- old
+ new

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