Skip to content

Commit 6b96bda

Browse files
committed
Bump version to 2.2.2
1 parent 8cf2d9b commit 6b96bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/recommendable/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Recommendable
22
class Version
33
MAJOR = 2
44
MINOR = 2
5-
PATCH = 1
5+
PATCH = 2
66

77
def self.to_s
88
[MAJOR, MINOR, PATCH].join('.')

0 commit comments

Comments
 (0)