Documentation ¶
Index ¶
Constants ¶
View Source
const ( Major = 1 Minor = 2 Patch = 0 )
Constants defining the application version number.
Variables ¶
View Source
var BuildMetadata = "dev"
BuildMetadata defines additional build metadata. It is modified at link time for official releases. It must only contain characters from the semantic version alphabet.
View Source
var PreRelease = ""
PreRelease contains the prerelease name of the application. It is a variable so it can be modified at link time (e.g. `-ldflags "-X github.com/decred/dcrwallet/version.PreRelease=rc1"`). It must only contain characters from the semantic version alphabet.
Functions ¶
func String ¶
func String() string
String returns the application version as a properly formed string per the semantic versioning 2.0.0 spec (http://semver.org/).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.