package
1.9.6
Repository: https://github.com/decred/dcrd.git
Documentation: pkg.go.dev

# README

version

Build Status ISC License Doc

Package version provides a single location to house the version information for dcrd and other utilities provided in the same repository.

Installation and Updating

This package is internal and therefore is neither directly installed nor needs to be manually updated.

License

Package version is licensed under the copyfree ISC License.

# Functions

NormalizeString returns the passed string stripped of all characters which are not valid according to the semantic versioning guidelines for pre-release and build metadata strings.
String returns the application version as a properly formed string per the semantic versioning 2.0.0 spec (https://semver.org/).

# Variables

These variables define the application version and follow the semantic versioning 2.0.0 spec (https://semver.org/).
These fields are the individual semantic version components that define the application version.
These variables define the application version and follow the semantic versioning 2.0.0 spec (https://semver.org/).
These variables define the application version and follow the semantic versioning 2.0.0 spec (https://semver.org/).
These variables define the application version and follow the semantic versioning 2.0.0 spec (https://semver.org/).
Version is the application version per the semantic versioning 2.0.0 spec (https://semver.org/).