There was an error while loading. Please reload this page.
1 parent 7bfc0e7 commit 5012014Copy full SHA for 5012014
duplicacy/duplicacy_main.go
@@ -2262,7 +2262,7 @@ func main() {
2262
app.Name = "duplicacy"
2263
app.HelpName = "duplicacy"
2264
app.Usage = "A new generation cloud backup tool based on lock-free deduplication"
2265
- app.Version = "3.2.1" + " (" + GitCommit + ")"
+ app.Version = "3.2.2" + " (" + GitCommit + ")"
2266
2267
// Exit with code 2 if an invalid command is provided
2268
app.CommandNotFound = func(context *cli.Context, command string) {
0 commit comments