Bump version to 2.4.1

This commit is contained in:
Gilbert Chen
2020-03-13 20:44:00 -04:00
parent 6699e2f440
commit 808ae4eb75

View File

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