Module: DevDNSd::Version
- Defined in:
- lib/devdnsd/version.rb
Overview
The current version of DevDNSd, according to semantic versioning.
Constant Summary collapse
- MAJOR =
The major version.
4- MINOR =
The minor version.
0- PATCH =
The patch version.
1- STRING =
The current version number of DevDNSd.
[MAJOR, MINOR, PATCH].compact.join(".")