Skip to content

Commit

Permalink
Bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertchen committed Mar 9, 2018
1 parent 42c317c commit 4948806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion duplicacy/duplicacy_main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4948806

Please sign in to comment.