Skip to content

Commit

Permalink
chore: version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
M0Rf30 committed Oct 12, 2023
1 parent 384f1cd commit df7f9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
},
}

0 comments on commit df7f9af

Please sign in to comment.