mirror of
https://github.com/docker/docs.git
synced 2026-03-28 06:49:00 +07:00
10 lines
191 B
Go
10 lines
191 B
Go
package version
|
|
|
|
var (
|
|
// VERSION should be updated by hand at each release
|
|
VERSION = "0.4.0-dev"
|
|
|
|
// GITCOMMIT will be overwritten automatically by the build system
|
|
GITCOMMIT = "HEAD"
|
|
)
|