Module: DevDNSd::Version

Defined in:
lib/devdnsd/version.rb

Overview

The current version of DevDNSd, according to semantic versioning.

See Also:

Constant Summary collapse

MAJOR =

The major version.

3
MINOR =

The minor version.

1
PATCH =

The patch version.

2
STRING =

The current version number of DevDNSd.

[MAJOR, MINOR, PATCH].compact.join(".")