From 82ac43327b01319544c050d5d78a4edeff9565d2 Mon Sep 17 00:00:00 2001 From: xenolf Date: Mon, 12 Sep 2016 09:50:14 +0200 Subject: [PATCH] Update version to 0.3.1 in readme and cli. Fixes #285 --- README.md | 2 +- cli.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d2ced1bd..136bc554 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/cli.go b/cli.go index 2f9b76d0..ce7ad02b 100644 --- a/cli.go +++ b/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 }