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