1
0
mirror of https://github.com/rancher/os.git synced 2025-07-05 19:16:13 +00:00
os/vendor/github.com/docker/libcompose/version/version.go
2016-05-23 17:22:40 -07:00

13 lines
276 B
Go

package version
var (
// VERSION should be updated by hand at each release
VERSION = "0.3.0-dev"
// GITCOMMIT will be overwritten automatically by the build system
GITCOMMIT = "HEAD"
// BUILDTIME will be overwritten automatically by the build system
BUILDTIME = ""
)