version

package
v5.1.1+incompatible Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2021 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 1 more Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var VerCommit = "0"

VerCommit should represent the git hash that was compiled with the binary

View Source
var VerDesc = "dev"

VerDesc should be an arbitrary string prefix to the git commit to distinguish what release pipeline stage this is from

View Source
var VerFull = VerMajor + "." + VerMinor + "." + VerPatch + "_" + VerDesc + "_" + VerCommit

VerFull should be the full version string

View Source
var VerMajor = "0"

VerMajor should be be incremented whenever backward breaking changes are made

View Source
var VerMinor = "1"

VerMinor should be updated whenever new features and bugfix rollups are performed, a typical minor release

View Source
var VerPatch = "0"

VerPatch should be incremented if patches are backported to old releases

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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