Skip to content

Commit

Permalink
chore: add version
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Dec 21, 2024
1 parent f30a4ca commit 86f0bbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/unspeech/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ import (
func main() {
rootCmd := &cobra.Command{
Use: "unspeech",
// TODO: set version
Version: "0.0.0",
RunE: func(cmd *cobra.Command, args []string) error {
e := echo.New()

Expand Down

0 comments on commit 86f0bbd

Please sign in to comment.