Index (V)
»
Dradis
»
Plugins
»
Nipper
»
VERSION
Module: Dradis::Plugins::Nipper::VERSION
Defined in:
lib/dradis/plugins/nipper/gem_version.rb
Constant Summary
collapse
MAJOR =
4
MINOR =
12
TINY =
0
PRE =
nil
STRING =
[
MAJOR
,
MINOR
,
TINY
,
PRE
]
.
compact
.
join
(
'
.
'
)