Module: Transrate::VERSION

Defined in:
lib/transrate/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 =
1
MINOR =
0
PATCH =
1
BUILD =
nil
STRING =
[MAJOR, MINOR, PATCH, BUILD].compact.join('.')