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 }