Bump version to 2.2.0

This commit is contained in:
Gilbert Chen
2019-05-06 12:26:40 -04:00
parent 458687d543
commit 18ba415f56

View File

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