Module: Keeper::Version
- Defined in:
- lib/keeper/version.rb
Overview
Current release version of Keeper
Constant Summary collapse
- MAJOR =
Incremented only on backwards incompatible changes.
1
- MINOR =
Incremented only after adding new, backwards compatible functionality.
0
- PATCH =
Incremented only on backwards compatible bug fixes.
0
- STRING =
String representation of the current version in the form X.Y.Z
"#{MAJOR}.#{MINOR}.#{PATCH}"