Skip to content

Commit

Permalink
Bump version to 2.1.4
Browse files Browse the repository at this point in the history
Signed-off-by: David Celis <[email protected]>
  • Loading branch information
davidcelis committed Apr 23, 2014
1 parent 03e3d80 commit 06956f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/recommendable/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Recommendable
class Version
MAJOR = 2
MINOR = 1
PATCH = 3
PATCH = 4

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

0 comments on commit 06956f6

Please sign in to comment.