Skip to content

Commit

Permalink
Push CLI version
Browse files Browse the repository at this point in the history
  • Loading branch information
xenolf committed Dec 3, 2015
1 parent 8c8396a commit 95a41a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func main() {
app := cli.NewApp()
app.Name = "lego"
app.Usage = "Let's encrypt client to go!"
app.Version = "0.0.2"
app.Version = "0.1.0"

cwd, err := os.Getwd()
if err != nil {
Expand Down

0 comments on commit 95a41a1

Please sign in to comment.