diff --git a/cli/global.go b/cli/global.go index e07607b2b..f7a2dc46b 100644 --- a/cli/global.go +++ b/cli/global.go @@ -75,6 +75,7 @@ func ConfigureGlobals(app *kingpin.Application) { } else { keyring.Debug = true } + log.Printf("aws-vault %s", app.Model().Version) if keyringImpl == nil { var allowedBackends []keyring.BackendType if GlobalFlags.Backend != "" {