Update version command

This commit is contained in:
Seth Vargo
2017-09-07 22:04:02 -04:00
parent cf0c219668
commit f8b71c9baa

View File

@@ -8,7 +8,6 @@ import (
"github.com/posener/complete"
)
// Ensure we are implementing the right interfaces.
var _ cli.Command = (*VersionCommand)(nil)
var _ cli.CommandAutocomplete = (*VersionCommand)(nil)