Bump version to 2.0.7

This commit is contained in:
Gilbert Chen
2017-08-01 23:08:57 -04:00
parent fa294eabf4
commit ea4c4339e6

View File

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