lib/smartfm/core/version.rb in smartfm-0.4.0 vs lib/smartfm/core/version.rb in smartfm-1.0.0

- old
+ new

@@ -1,7 +1,7 @@ module Smartfm::Version - MAJOR = 0 - MINOR = 4 + MAJOR = 1 + MINOR = 0 REVISION = 0 class << self def to_version "#{MAJOR}.#{MINOR}.#{REVISION}" end