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 =
8- TINY =
0- STRING =
"#{MAJOR}.#{MINOR}.#{TINY}"
Provides details about the version of the AMON library in use.
0
8
0
"#{MAJOR}.#{MINOR}.#{TINY}"