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