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
- v0.13.0 (latest)
- Published
- Apr 21, 2025
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 11 hours ago –
Tools for package owners.