Skip to content

Commit

Permalink
changing version
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanmartins committed Nov 24, 2023
1 parent 9039932 commit 7ebb440
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ files:
## Release Process
Current version: `v2.0.4`
Current version: `v2.0.5`

To release a new version, install `goreleaser` and set your GitHub token:

Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var rootCmd = &cobra.Command{

return errors.Wrap(err)
},
Version: "v2.0.4",
Version: "v2.0.5",
}

// Execute adds all child commands to the root command and sets flags appropriately.
Expand Down

0 comments on commit 7ebb440

Please sign in to comment.