Push CLI version

This commit is contained in:
xenolf 2015-12-03 19:41:04 +01:00
parent 8c8396a0a2
commit 95a41a1441

2
cli.go
View file

@ -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 {