Update binary version

pull/45/head v0.2.1
miraclesu 2017-09-14 10:35:30 +08:00
parent 012c974cd1
commit 4fec80c187
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import (
"runtime"
)
const Binary = "v0.1.2"
const Binary = "v0.2.1"
var (
Version = fmt.Sprintf("%s (build %s)", Binary, runtime.Version())