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

Bump version to 2.1.0

This commit is contained in:
Gilbert Chen
2018-03-09 14:43:06 -05:00
parent 42c317c477
commit 4948806d3d

View File

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