mirror of
https://github.com/rancher/os.git
synced 2025-09-01 06:40:31 +00:00
Bump libcompose and its dependencies
This commit is contained in:
12
vendor/github.com/docker/libcompose/version/version.go
generated
vendored
Normal file
12
vendor/github.com/docker/libcompose/version/version.go
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
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 = ""
|
||||
)
|
Reference in New Issue
Block a user