1
0
mirror of https://github.com/gilbertchen/duplicacy synced 2025-12-06 00:03:38 +00:00

Bump version to 2.8.0

This commit is contained in:
Gilbert Chen
2022-10-04 12:49:50 -04:00
parent 5c35ef799a
commit 4b47ea55e4

View File

@@ -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 = "2.7.2" + " (" + GitCommit + ")"
app.Version = "2.8.0" + " (" + GitCommit + ")"
// Exit with code 2 if an invalid command is provided
app.CommandNotFound = func(context *cli.Context, command string) {