This commit is contained in:
Junegunn Choi
2015-08-02 13:06:15 +09:00
parent dea60b11bc
commit 634670e3ea
7 changed files with 14 additions and 12 deletions

View File

@@ -55,7 +55,7 @@ func Run(opts *Options) {
rankTiebreak = opts.Tiebreak
if opts.Version {
fmt.Println(Version)
fmt.Println(version)
os.Exit(0)
}