Skip to content

Commit 5012014

Browse files
committed
Bump version to 3.2.2
1 parent 7bfc0e7 commit 5012014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

duplicacy/duplicacy_main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2262,7 +2262,7 @@ func main() {
22622262
app.Name = "duplicacy"
22632263
app.HelpName = "duplicacy"
22642264
app.Usage = "A new generation cloud backup tool based on lock-free deduplication"
2265-
app.Version = "3.2.1" + " (" + GitCommit + ")"
2265+
app.Version = "3.2.2" + " (" + GitCommit + ")"
22662266

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

0 commit comments

Comments
 (0)