skopeo/version.go
Antonio Murdaca 50a2ed1124 fix CI and remove docker/ dir
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2016-03-22 15:50:41 +01:00

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 = ""