Skip to content

Commit

Permalink
Bump version to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertchen committed Jun 10, 2017
1 parent dd11641 commit a37bc20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/duplicacy_main.go
Original file line number Diff line number Diff line change
Expand Up @@ -1658,7 +1658,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.1"
app.Version = "2.0.2"
err := app.Run(os.Args)
if err != nil {
os.Exit(2)
Expand Down

0 comments on commit a37bc20

Please sign in to comment.