Bump version to 2.5.0

This commit is contained in:
Gilbert Chen
2020-04-09 23:22:32 -04:00
parent eebcece9e0
commit 4c3557eb80

View File

@@ -2084,7 +2084,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.4.1" + " (" + GitCommit + ")"
app.Version = "2.5.0" + " (" + GitCommit + ")"
// If the program is interrupted, call the RunAtError function.
c := make(chan os.Signal, 1)