Skip to content

Commit

Permalink
Bump version to 2.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: David Celis <[email protected]>
  • Loading branch information
davidcelis committed Jun 8, 2014
1 parent 197aeac commit b7a765f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/recommendable/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module Recommendable
class Version
MAJOR = 2
MINOR = 1
PATCH = 4
MINOR = 2
PATCH = 0

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

0 comments on commit b7a765f

Please sign in to comment.