Bump version to 2.7.0

This commit is contained in:
Gilbert Chen
2020-09-26 20:52:04 -04:00
parent d839f26b5a
commit e0a72efb34

View File

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