Bump version to 2.0.4

This commit is contained in:
Gilbert Chen
2017-06-29 22:22:59 -04:00
parent b7b54478fc
commit 817e36c7a6

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