Update version command

This commit is contained in:
Seth Vargo 2017-09-07 22:04:02 -04:00
parent cf0c219668
commit f8b71c9baa
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)