Module: AppNeta::Version

Defined in:
lib/appneta/version.rb

Overview

The current version of the gem. Used mainly by traceview.gemspec during gem build process

Constant Summary collapse

MAJOR =
0
MINOR =
0
PATCH =
1
BUILD =
3.141592653589793
STRING =
[MAJOR, MINOR, PATCH, BUILD].compact.join('.')