mirror of
https://github.com/containers/skopeo.git
synced 2025-10-22 03:24:25 +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 = ""
|