Libraries
»
github_api
(0.11.3)
»
Index (V)
»
Github
»
VERSION
Module: Github::VERSION
Defined in:
lib/github_api/version.rb
Constant Summary
collapse
MAJOR =
0
MINOR =
11
PATCH =
3
BUILD =
nil
STRING =
[
MAJOR
,
MINOR
,
PATCH
,
BUILD
]
.
compact
.
join
(
'
.
'
)