Libraries
»
iprofiler
(0.1.3)
»
Index (V)
»
Iprofiler
»
VERSION
Module: Iprofiler::VERSION
Defined in:
lib/iprofiler/version.rb
Overview
:nodoc:
Constant Summary
collapse
MAJOR =
0
MINOR =
1
PATCH =
3
PRE =
nil
STRING =
[
MAJOR
,
MINOR
,
PATCH
,
PRE
]
.
compact
.
join
(
'
.
'
)