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