utils/version: bump version to 0.8.1

This commit is contained in:
fatedier 2016-08-23 10:34:14 +08:00
parent 94c7f57949
commit c21f8ad291
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ import (
"strings"
)
var version string = "0.8.0"
var version string = "0.8.1"
func Full() string {
return version