Merge pull request #3614 from nathanleclaire/v0.8.0_bump

Bump version for 0.8.0
This commit is contained in:
Nathan LeClaire
2016-07-27 13:31:45 -07:00
committed by GitHub
+1 -1
View File
@@ -7,7 +7,7 @@ import (
var (
// Version should be updated by hand at each release
Version = "0.7.0"
Version = "0.8.0"
// GitCommit will be overwritten automatically by the build system
GitCommit = "HEAD"