Module: RutemaWeb::Version

Defined in:
lib/rutemaweb/main.rb

Overview

This module defines the version numbers for the library

Constant Summary collapse

MAJOR =
0
MINOR =
9
TINY =
2
STRING =
[ MAJOR, MINOR, TINY ].join( "." )