version

package
v0.0.0-...-ac6e8c9 Latest Latest
Warning

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

Go to latest
Published: Jul 11, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package version provides a function to print the version of this project, and it is usually exposed in a `version` command for each CLI application.

Index

Constants

This section is empty.

Variables

View Source
var (
	// VersionString represents the project's version.
	VersionString string = "0.4.0-dev"
	// GitCommit is the hash of the git commit at build time. It is set by the Makefile.
	GitCommit string = "n/a"
)

Functions

func Version

func Version() string

Version returns a formatted string with version information (like git commit, OCI specification an go versions).

Types

This section is empty.

Jump to

Keyboard shortcuts

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