Bump version to 2.6.2

This commit is contained in:
Gilbert Chen
2020-08-30 22:14:58 -04:00
parent fd469bae9e
commit 670cbcd776

View File

@@ -2114,7 +2114,7 @@ func main() {
app.Name = "duplicacy" app.Name = "duplicacy"
app.HelpName = "duplicacy" app.HelpName = "duplicacy"
app.Usage = "A new generation cloud backup tool based on lock-free deduplication" app.Usage = "A new generation cloud backup tool based on lock-free deduplication"
app.Version = "2.6.1" + " (" + GitCommit + ")" app.Version = "2.6.2" + " (" + GitCommit + ")"
// If the program is interrupted, call the RunAtError function. // If the program is interrupted, call the RunAtError function.
c := make(chan os.Signal, 1) c := make(chan os.Signal, 1)