Libraries
»
commentable
(0.1.0)
»
Index (V)
»
Commentable
»
Version
Module: Commentable::Version
Defined in:
lib/commentable/version.rb
Constant Summary
collapse
MAJOR =
0
MINOR =
1
PATCH =
0
STRING =
"
#{
MAJOR
}
.
#{
MINOR
}
.
#{
PATCH
}
"