Skip to content

Commit 95a41a1

Browse files
committed
Push CLI version
1 parent 8c8396a commit 95a41a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func main() {
2424
app := cli.NewApp()
2525
app.Name = "lego"
2626
app.Usage = "Let's encrypt client to go!"
27-
app.Version = "0.0.2"
27+
app.Version = "0.1.0"
2828

2929
cwd, err := os.Getwd()
3030
if err != nil {

0 commit comments

Comments
 (0)