Skip to content

Commit 2def016

Browse files
committed
Bump version to 3.2.5
1 parent df76bd0 commit 2def016

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
@@ -2263,7 +2263,7 @@ func main() {
22632263
app.Name = "duplicacy"
22642264
app.HelpName = "duplicacy"
22652265
app.Usage = "A new generation cloud backup tool based on lock-free deduplication"
2266-
app.Version = "3.2.4" + " (" + GitCommit + ")"
2266+
app.Version = "3.2.5" + " (" + GitCommit + ")"
22672267

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

0 commit comments

Comments
 (0)