summaryrefslogtreecommitdiffstats
path: root/src/core.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-08-02 13:06:15 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-08-02 13:11:59 +0900
commit634670e3ea51a2fa1498a3de0c074b819828e2d8 (patch)
tree6402741aa9c0fb35fa2e014bc03d4b788557253f /src/core.go
parentdea60b11bca22f4bf886ae7026bac44521038010 (diff)
Lint
Diffstat (limited to 'src/core.go')
-rw-r--r--src/core.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.go b/src/core.go
index f3d0680c..7e40bd5e 100644
--- a/src/core.go
+++ b/src/core.go
@@ -55,7 +55,7 @@ func Run(opts *Options) {
rankTiebreak = opts.Tiebreak
if opts.Version {
- fmt.Println(Version)
+ fmt.Println(version)
os.Exit(0)
}