Libraries
»
sensu-plugins-network-interface
(0.1.17)
»
Index (V)
»
SensuPluginsNetworkInterface
»
Version
Module: SensuPluginsNetworkInterface::Version
Defined in:
lib/sensu-plugins-network-interface/version.rb
Constant Summary
collapse
MAJOR =
0
MINOR =
1
PATCH =
17
VER_STRING =
[
MAJOR
,
MINOR
,
PATCH
]
.
compact
.
join
(
'
.
'
)