Module: RutemaWeb::Version
- Defined in:
- lib/rutema_web/main.rb
Overview
This module defines the version numbers for the library
Constant Summary collapse
- MAJOR =
1- MINOR =
0- TINY =
6- STRING =
[ MAJOR, MINOR, TINY ].join( "." )
This module defines the version numbers for the library
1
0
6
[ MAJOR, MINOR, TINY ].join( "." )