diff --git a/cmd/version.go b/cmd/version.go index f85aa2d..544fa5a 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -15,6 +15,6 @@ var versionCmd = &cobra.Command{ Short: "Print the version number of Yap", Long: `All software has versions. This is Yap's`, Run: func(cmd *cobra.Command, args []string) { - fmt.Println("Yap v0.8") + fmt.Println("Yap v1.0") }, }