Skip to content

Commit

Permalink
updating version
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanmartins committed Nov 23, 2023
1 parent ebc89b2 commit 831d35c
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: `v1.0.8`
Current version: `v2.0.0`

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: "v1.0.8",
Version: "v2.0.0",
}

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

0 comments on commit 831d35c

Please sign in to comment.