Skip to content

Commit b7a765f

Browse files
committed
Bump version to 2.2.0
Signed-off-by: David Celis <[email protected]>
1 parent 197aeac commit b7a765f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/recommendable/version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module Recommendable
22
class Version
33
MAJOR = 2
4-
MINOR = 1
5-
PATCH = 4
4+
MINOR = 2
5+
PATCH = 0
66

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

0 commit comments

Comments
 (0)