Module: DynamicRegistrar::Version
- Defined in:
- lib/dynamic_registrar/version.rb
Overview
Release version, set on revision control release branches as a separate commit after branching so that trunk patches can be easily backported.
This is always 0.0.developer on master/mainline, refer to the HEAD commit for the version number instead.
Constant Summary collapse
- MAJOR =
Incremented on breaking changes (breaks serialized data and/or removes deprecated APIs, for example)
"0"
- MINOR =
Incremented for major feature releases that do not break backwards compatibility
"0"
- PATCH =
Incremented for minor fixes and updates
"1"
Class Method Summary collapse
-
.inspect ⇒ String
Converts the version number held in this module to a human readable string.