Bump version to 2.0.6

This commit is contained in:
Gilbert Chen
2017-07-13 15:04:56 -04:00
parent 4a31fcfb68
commit 211c6867d3

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