lib/highrise_mapper/version.rb in highrise_mapper-0.0.2 vs lib/highrise_mapper/version.rb in highrise_mapper-0.0.3

- old
+ new

@@ -1,8 +1,8 @@ module HighriseMapper module Version MAJOR = 0 MINOR = 0 - PATCH = 2 + PATCH = 3 STRING = "#{MAJOR}.#{MINOR}.#{PATCH}" end end