Skip to content

Commit

Permalink
Bump version to 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertchen committed Oct 4, 2023
1 parent 7bfc0e7 commit 5012014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion duplicacy/duplicacy_main.go
Expand Up @@ -2262,7 +2262,7 @@ func main() {
app.Name = "duplicacy"
app.HelpName = "duplicacy"
app.Usage = "A new generation cloud backup tool based on lock-free deduplication"
app.Version = "3.2.1" + " (" + GitCommit + ")"
app.Version = "3.2.2" + " (" + GitCommit + ")"

// Exit with code 2 if an invalid command is provided
app.CommandNotFound = func(context *cli.Context, command string) {
Expand Down

0 comments on commit 5012014

Please sign in to comment.