The root.go is missing the version variable needed for --version flag support.
To add in cmd/alexa/root.go:
This gets set via ldflags during build (-X main.version=$(VERSION)) but needs the variable defined.
Also add to rootCmd:
rootCmd.Version = version