Libraries
»
umarcts-sensu-plugins-statuspage
(1.1.0)
»
Index (V)
»
UMARCTSSensuPluginsStatuspage
»
Version
Module: UMARCTSSensuPluginsStatuspage::Version
Defined in:
lib/umarcts-sensu-plugins-statuspage/version.rb
Overview
This defines the version of the gem
Constant Summary
collapse
MAJOR =
1
MINOR =
1
PATCH =
0
VER_STRING =
[
MAJOR
,
MINOR
,
PATCH
]
.
compact
.
join
(
'
.
'
)