Bump version to 2.1.1

This commit is contained in:
Gilbert Chen
2018-07-23 22:10:12 -04:00
parent 72dfaa8b6b
commit 798cec0714

View File

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