1
0
mirror of https://github.com/gilbertchen/duplicacy synced 2025-12-30 07:03:30 +00:00

Bump version to 2.6.1

This commit is contained in:
Gilbert Chen
2020-07-07 23:27:11 -04:00
parent 1eb1fb14a8
commit acef01770a

View File

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