Update version command

This commit is contained in:
Seth Vargo 2017-09-07 22:04:02 -04:00
parent 05b18b8e4f
commit 71ed308e6c
No known key found for this signature in database
GPG key ID: C921994F9C27E0FF

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)