Libraries
»
addressable
(2.2.2)
»
Index (V)
»
Addressable
»
VERSION
Module: Addressable::VERSION
Defined in:
lib/addressable/version.rb
Overview
:nodoc:
Constant Summary
collapse
MAJOR =
2
MINOR =
2
TINY =
2
STRING =
[
MAJOR
,
MINOR
,
TINY
]
.
join
(
'
.
'
)