Module: Oboe::Version
- Defined in:
- lib/oboe/version.rb
Overview
The current version of the gem. Used mainly by oboe.gemspec during gem build process
Constant Summary collapse
- MAJOR =
2- MINOR =
7- PATCH =
19- BUILD =
nil- STRING =
[MAJOR, MINOR, PATCH, BUILD].compact.join('.')