version

package
v0.0.1-beta.1 Latest Latest
Warning

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

Go to latest
Published: Oct 15, 2024 License: MPL-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// GitCommit and GitDescribe are filled in by the compiler and describe the
	// git reference information at build time.
	GitCommit   string
	GitDescribe string

	// Version is the main version number that is being run at the moment. It
	// must conform to the format expected by github.com/hashicorp/go-version.
	Version = "0.0.1"

	// VersionPrerelease is a pre-release marker for the version. If this is ""
	// (empty string) then it means that it is a final release. Otherwise, this
	// is a pre-release such as "dev" (in development), "beta.1", "rc1.1", etc.
	VersionPrerelease = "beta.1"

	// VersionMetadata is metadata further describing the build type.
	VersionMetadata = ""
)

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