Module: Interface::Version
- Defined in:
- lib/interface/version.rb
Overview
Contains information about this gem’s version
Constant Summary collapse
- MAJOR =
0
- MINOR =
0
- PATCH =
4
Class Method Summary collapse
-
.string ⇒ Object
Returns a version string by joining
MAJOR
,MINOR
, andPATCH
with'.'
.