Bump version to 2.0.10

This commit is contained in:
Gilbert Chen
2017-11-21 12:48:37 -05:00
parent 214a119507
commit 63aa47f193

View File

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