version

package
v4.0.0-...-eb5b1b7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 26, 2024 License: ISC Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Major = 1
	Minor = 8
	Patch = 0
)

Constants defining the application version number.

View Source
const Integer = 1000000*Major + 10000*Minor + 100*Patch

Integer is an integer encoding of the major.minor.patch version.

Variables

View Source
var BuildMetadata = ""

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 = "pre"

PreRelease contains the prerelease name of the application. It is a variable so it can be modified at link time (e.g. `-ldflags "-X decred.org/dcrwallet/v4/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 (https://semver.org/).

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL