Bump version to 2.0.1

This commit is contained in:
Gilbert Chen
2017-06-07 21:18:21 -04:00
parent fa8c99747e
commit 26f2ebd8dd

View File

@@ -1658,7 +1658,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.0"
app.Version = "2.0.1"
err := app.Run(os.Args)
if err != nil {
os.Exit(2)