Skip to content

Commit

Permalink
Bump version to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcelis committed Apr 24, 2018
1 parent 8cf2d9b commit 6b96bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/recommendable/version.rb
Expand Up @@ -2,7 +2,7 @@ module Recommendable
class Version
MAJOR = 2
MINOR = 2
PATCH = 1
PATCH = 2

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

0 comments on commit 6b96bda

Please sign in to comment.