Module: Confinicky::Version
- Defined in:
- lib/confinicky/version.rb
Overview
Defines the version of the gem in an internal manner so that users of the gem can query it at run time.
Constant Summary collapse
- MAJOR =
0- MINOR =
2- PATCH =
2- BUILD =
''- STRING =
[MAJOR, MINOR, PATCH].compact.join('.')