Skip to content

Commit

Permalink
Bump version to fix pkg.go.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
70sh1 committed Nov 11, 2023
1 parent a021ab4 commit e845eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eddy.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func main() {
app := &cli.App{
Name: "eddy",
Usage: "simple and fast file encryption",
Version: "1.0.0",
Version: "1.0.1",
UseShortOptionHandling: true,
Suggest: true,
Flags: []cli.Flag{
Expand Down

0 comments on commit e845eb5

Please sign in to comment.