forked from TrueCloudLab/lego
Push CLI version
This commit is contained in:
parent
8c8396a0a2
commit
95a41a1441
1 changed files with 1 additions and 1 deletions
2
cli.go
2
cli.go
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue