Bump version to 0.8.2

Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
This commit is contained in:
Nathan LeClaire 2016-09-26 14:41:17 -07:00
parent fed2495d7b
commit e18a9193d4
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import (
var (
// Version should be updated by hand at each release
Version = "0.8.1"
Version = "0.8.2"
// GitCommit will be overwritten automatically by the build system
GitCommit = "HEAD"