Fix a typo in version.go

Signed-off-by: Yuan Sun <sunyuan3@huawei.com>
This commit is contained in:
Yuan Sun
2015-04-01 17:56:26 +08:00
parent 45c8673f13
commit f027b47045

View File

@@ -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"
)