1
0
mirror of https://github.com/go-acme/lego.git synced 2024-12-26 11:18:00 +02:00

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 {