Update version to 0.3.1 in readme and cli. Fixes #285

This commit is contained in:
xenolf 2016-09-12 09:50:14 +02:00
parent bbfdc399bb
commit 82ac43327b
2 changed files with 2 additions and 2 deletions

View file

@ -78,7 +78,7 @@ USAGE:
lego [global options] command [command options] [arguments...] lego [global options] command [command options] [arguments...]
VERSION: VERSION:
0.3.0 0.3.1
COMMANDS: COMMANDS:
run Register an account, then create and install a certificate run Register an account, then create and install a certificate

2
cli.go
View file

@ -32,7 +32,7 @@ func main() {
app.Name = "lego" app.Name = "lego"
app.Usage = "Let's Encrypt client written in Go" app.Usage = "Let's Encrypt client written in Go"
version := "0.3.0" version := "0.3.1"
if strings.HasPrefix(gittag, "v") { if strings.HasPrefix(gittag, "v") {
version = gittag version = gittag
} }