@hashgraph/solo
    Preparing search index...

    A standard representation of a semantic version number.

    Index

    Constructors

    • Constructs a new instance of a SemanticVersion with the supplied components.

      Parameters

      • _major: number

        the major version.

      • _minor: number

        the minor version.

      • _patch: number

        the patch version.

      • _prerelease: string = ''

        the optional prerelease specifier.

      • _build: string = ''

        the optional build specifier.

      Returns SemanticVersion

    Properties

    ZERO: SemanticVersion = ...

    Constant value representing a zero version number.

    Accessors

    Methods