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.
3- PATCH =
Public: Sidetiq patch level.
3- STRING =
Public: String representation of the current Sidetiq version.
[MAJOR, MINOR, PATCH].compact.join('.')