Module: Turntabler::Version

Defined in:
lib/turntabler/version.rb

Overview

The current version of the library

Constant Summary collapse

MAJOR =
0
MINOR =
3
PATCH =
2
STRING =
[MAJOR, MINOR, PATCH].join(".")