Bump version to 2.1.0

This commit is contained in:
Gilbert Chen
2018-03-09 14:43:06 -05:00
parent 42c317c477
commit 4948806d3d

View File

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