Skip to content

Commit

Permalink
Bump version to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertchen committed Oct 7, 2022
1 parent 901044b commit 72eb339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion duplicacy/duplicacy_main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2210,7 +2210,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.0.0" + " (" + GitCommit + ")"
app.Version = "3.0.1" + " (" + GitCommit + ")"

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

1 comment on commit 72eb339

@gilbertchen
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit has been mentioned on Duplicacy Forum. There might be relevant details there:

https://forum.duplicacy.com/t/duplicacy-thinks-shards-are-incomplete-because-of-inconsistent-hashing/6856/1

Please sign in to comment.