1
0
mirror of https://github.com/gilbertchen/duplicacy synced 2026-01-06 02:23:54 +00:00

Bump version to 2.5.2

This commit is contained in:
Gilbert Chen
2020-05-10 21:41:30 -04:00
parent 9c3122b814
commit 76f1274e13

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