Module: Transfuse::VERSION
- Defined in:
- lib/transfuse/version.rb
Overview
Defines the version of this codebase.
This module is used in help messages and in generating the Gem. Versions must be incremented in accordance with Semantic Versioning 2.0 (semver.org/).
Constant Summary collapse
- MAJOR =
0- MINOR =
5- PATCH =
0- BUILD =
nil- STRING =
[MAJOR, MINOR, PATCH, BUILD].compact.join('.')