Skip to content

Commit bb214b6

Browse files
committed
Bump version to 3.2.4
1 parent 6bca9fc commit bb214b6

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.3" + " (" + GitCommit + ")"
2266+
app.Version = "3.2.4" + " (" + 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)