Skip to content

Commit

Permalink
Bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Jul 22, 2011
1 parent 29d2b65 commit 23ca0c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/linked_in/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module LinkedIn
module VERSION #:nodoc:
MAJOR = 0
MINOR = 3
TINY = 0

STRING = [MAJOR, MINOR, TINY].join('.')
PATCH = 1
PRE = nil
STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.')
end

end
end

0 comments on commit 23ca0c7

Please sign in to comment.