Module: Sidetiq::VERSION
- Defined in:
- lib/sidetiq/version.rb
Overview
Public: Sidetiq version namespace.
Constant Summary collapse
- MAJOR =
Public: Sidetiq major version number.
0- MINOR =
Public: Sidetiq minor version number.
7- PATCH =
Public: Sidetiq patch level.
2- SUFFIX =
Public: Sidetiq version suffix.
nil- STRING =
Public: String representation of the current Sidetiq version.
[MAJOR, MINOR, PATCH, SUFFIX].compact.join('.')