Libraries
»
content_urls
(0.1.6)
»
Index (V)
»
ContentUrls
»
Version
Module: ContentUrls::Version
Defined in:
lib/content_urls/version.rb
Constant Summary
collapse
MAJOR =
0
MINOR =
1
PATCH =
6
BUILD =
nil
STRING =
[
MAJOR
,
MINOR
,
PATCH
,
BUILD
]
.
compact
.
join
(
'
.
'
)