aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index 76cd275..8150499 100644
--- a/main.go
+++ b/main.go
@@ -170,6 +170,7 @@ func main() {
}
// "-speed"
if args.speed {
+ printVersion()
speed.Run()
os.Exit(0)
}