Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: David Celis <me@davidcel.is>
  • Loading branch information
davidcelis committed Feb 2, 2014
1 parent 97caa33 commit f52c37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/geocodio/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Geocodio
class Version
MAJOR = 1
MINOR = 0
PATCH = 0
PATCH = 1

def self.to_s
[MAJOR, MINOR, PATCH].join('.')
Expand Down

0 comments on commit f52c37b

Please sign in to comment.