Libraries
»
dradis-saint
(4.14.0)
»
Index (V)
»
Dradis
»
Plugins
»
Saint
»
VERSION
Module: Dradis::Plugins::Saint::VERSION
Defined in:
lib/dradis/plugins/saint/gem_version.rb
Constant Summary
collapse
MAJOR =
4
MINOR =
14
TINY =
0
PRE =
nil
STRING =
[
MAJOR
,
MINOR
,
TINY
,
PRE
]
.
compact
.
join
(
"
.
"
)