forked from TrueCloudLab/lego
Update version to 0.3.1 in readme and cli. Fixes #285
This commit is contained in:
parent
bbfdc399bb
commit
82ac43327b
2 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@ USAGE:
|
|||
lego [global options] command [command options] [arguments...]
|
||||
|
||||
VERSION:
|
||||
0.3.0
|
||||
0.3.1
|
||||
|
||||
COMMANDS:
|
||||
run Register an account, then create and install a certificate
|
||||
|
|
2
cli.go
2
cli.go
|
@ -32,7 +32,7 @@ func main() {
|
|||
app.Name = "lego"
|
||||
app.Usage = "Let's Encrypt client written in Go"
|
||||
|
||||
version := "0.3.0"
|
||||
version := "0.3.1"
|
||||
if strings.HasPrefix(gittag, "v") {
|
||||
version = gittag
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue