Merge pull request #937 from sunyuan3/overwritten

Fix a typo in version.go
This commit is contained in:
Evan Hazlett
2015-04-01 09:53:14 -04:00
+1 -1
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"
)