Bump version to 3.1.0

This commit is contained in:
Gilbert Chen
2022-12-06 23:28:44 -05:00
parent 1ba204a21b
commit 27ff3e216b

View File

@@ -2215,7 +2215,7 @@ func main() {
app.Name = "duplicacy" app.Name = "duplicacy"
app.HelpName = "duplicacy" app.HelpName = "duplicacy"
app.Usage = "A new generation cloud backup tool based on lock-free deduplication" app.Usage = "A new generation cloud backup tool based on lock-free deduplication"
app.Version = "3.0.1" + " (" + GitCommit + ")" app.Version = "3.1.0" + " (" + GitCommit + ")"
// Exit with code 2 if an invalid command is provided // Exit with code 2 if an invalid command is provided
app.CommandNotFound = func(context *cli.Context, command string) { app.CommandNotFound = func(context *cli.Context, command string) {