mirror of
https://github.com/containers/skopeo.git
synced 2025-05-01 12:43:28 +00:00
8 lines
205 B
Go
8 lines
205 B
Go
package skopeo
|
|
|
|
// Version is a version of thils build.
|
|
const Version = "0.1.12-dev"
|
|
|
|
// GitCommit is a git commit hash of this build. It is ordinarily overriden by LDFLAGS in Makefile.
|
|
var GitCommit = ""
|