We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c8396a commit 95a41a1Copy full SHA for 95a41a1
cli.go
@@ -24,7 +24,7 @@ func main() {
24
app := cli.NewApp()
25
app.Name = "lego"
26
app.Usage = "Let's encrypt client to go!"
27
- app.Version = "0.0.2"
+ app.Version = "0.1.0"
28
29
cwd, err := os.Getwd()
30
if err != nil {
0 commit comments