Module: AMON::Version

Defined in:
lib/amon/version.rb

Overview

Provides details about the version of the AMON library in use.

Constant Summary collapse

MAJOR =
0
MINOR =
12
TINY =
0
STRING =
"#{MAJOR}.#{MINOR}.#{TINY}"