lib/great_schools/version.rb in great_schools-0.1.2 vs lib/great_schools/version.rb in great_schools-0.2.0

- old
+ new

@@ -1,9 +1,9 @@ module GreatSchools # :nodoc: class Version # :nodoc: MAJOR = 0 # version when you make incompatible API changes - MINOR = 1 # version when you add functionality in a backwards-compatible manner - PATCH = 2 # version when you make backwards-compatible bug fixes + MINOR = 2 # version when you add functionality in a backwards-compatible manner + PATCH = 0 # version when you make backwards-compatible bug fixes class << self # Class methods # MAJOR.MINOR.PATCH per Semantic Versioning 2.0.0 def to_s "#{MAJOR}.#{MINOR}.#{PATCH}"