package version

import "github.com/Microsoft/hcsshim/internal/version"

Index

Variables

var (
	// Branch is the git branch the binary was built from.
	Branch = readDataFile("BRANCH")

	// Commit is the git commit the binary was built from.
	Commit = readDataFile("COMMIT")

	// Version is the complete semver.
	Version = readDataFile("VERSION")
)

Source Files

version.go

Version
v0.12.9 (latest)
Published
Oct 30, 2024
Platform
linux/amd64
Imports
2 packages
Last checked
14 hours ago

Tools for package owners.