Mithril 1.1.7

version


Signature

m.version

Argument Type Required Description
returns String Returns the version number

How it works

The m.version property is a string containing the semver value for the current release.

Semver (or Semantic Versioning) specifies that a version number must follow the syntax "0.0.0", where the first number is the MAJOR number, the second is the MINOR number and the third is the PATCH number.


License: MIT. © Leo Horie.