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
commit f6192d1363
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,6 @@ var (
// VERSION should be updated by hand at each release // VERSION should be updated by hand at each release
VERSION = "0.2.0" VERSION = "0.2.0"
// GITCOMMIT will be overritten automatically by the build system // GITCOMMIT will be overwritten automatically by the build system
GITCOMMIT = "HEAD" GITCOMMIT = "HEAD"
) )