aboutsummaryrefslogtreecommitdiff
path: root/weed/command/version.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/command/version.go')
-rw-r--r--weed/command/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/version.go b/weed/command/version.go
index 8fdd68ec8..9caf7dc4e 100644
--- a/weed/command/version.go
+++ b/weed/command/version.go
@@ -19,6 +19,6 @@ func runVersion(cmd *Command, args []string) bool {
cmd.Usage()
}
- fmt.Printf("version %s %s %s\n", util.VERSION, runtime.GOOS, runtime.GOARCH)
+ fmt.Printf("version %s %s %s\n", util.Version(), runtime.GOOS, runtime.GOARCH)
return true
}