Module: Version

Defined in:
lib/version.rb

Overview

Module that stores the version information for About class and

the gemspec.

Constant Summary collapse

MAJOR =
2
MINOR =
0
MICRO =
6
STRING =
"#{MAJOR}.#{MINOR}.#{MICRO}".freeze