Bump version to 2.2.1

This commit is contained in:
Gilbert Chen
2019-06-04 22:28:04 -04:00
parent 47c4c25d8b
commit eba5aa6eea

View File

@@ -1981,7 +1981,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.2.0" + " (" + GitCommit + ")" app.Version = "2.2.1" + " (" + GitCommit + ")"
// 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)