Module: Needle::Version

Defined in:
lib/needle/version.rb

Constant Summary collapse

MAJOR =
1
MINOR =
2
TINY =
1
STRING =

The version of the Needle library in use.

[ MAJOR, MINOR, TINY ].join( "." )