We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cf2d9b commit 6b96bdaCopy full SHA for 6b96bda
lib/recommendable/version.rb
@@ -2,7 +2,7 @@ module Recommendable
2
class Version
3
MAJOR = 2
4
MINOR = 2
5
- PATCH = 1
+ PATCH = 2
6
7
def self.to_s
8
[MAJOR, MINOR, PATCH].join('.')
0 commit comments