mirror of https://github.com/docker/docs.git
Merge pull request #937 from sunyuan3/overwritten
Fix a typo in version.go
This commit is contained in:
commit
f6192d1363
|
@ -4,6 +4,6 @@ var (
|
|||
// VERSION should be updated by hand at each release
|
||||
VERSION = "0.2.0"
|
||||
|
||||
// GITCOMMIT will be overritten automatically by the build system
|
||||
// GITCOMMIT will be overwritten automatically by the build system
|
||||
GITCOMMIT = "HEAD"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue