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

Bump version to 2.0.8

This commit is contained in:
Gilbert Chen
2017-08-23 22:34:49 -04:00
parent f69550d0db
commit 4912911017

View File

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