Module: Rutty::Version
- Defined in:
- lib/rutty/version.rb
Overview
The current version of the gem, expressed in Ruby code so it can be accessed programmatically.
Constant Summary collapse
- MAJOR =
2- MINOR =
5- PATCH =
4- BUILD =
nil- STRING =
[MAJOR, MINOR, PATCH, BUILD].compact.join('.')