utils/version: change version to 0.9.0

This commit is contained in:
fatedier 2016-08-15 01:11:37 +08:00
parent 09624b56ca
commit a655f5699b
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.9.0"
func Full() string {
return version