diff --git a/cmd/version.go b/cmd/version.go index 8e49bd7..307c58b 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -15,6 +15,6 @@ var versionCmd = &cobra.Command{ Short: "Print the version and exit.", Long: `Print the version and exit.`, Run: func(cmd *cobra.Command, args []string) { - fmt.Println("tf-profile v0.4.0") + fmt.Println("tf-profile v0.5.0") }, }