diff --git a/README.md b/README.md index dbecb16..dd5fa6d 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,11 @@ Command line tool to check the validity and expiration dates of SSL certificates #### Binaries -- **darwin** [386](https://github.com/jessfraz/certok/releases/download/v0.1.0/certok-darwin-386) / [amd64](https://github.com/jessfraz/certok/releases/download/v0.1.0/certok-darwin-amd64) -- **freebsd** [386](https://github.com/jessfraz/certok/releases/download/v0.1.0/certok-freebsd-386) / [amd64](https://github.com/jessfraz/certok/releases/download/v0.1.0/certok-freebsd-amd64) -- **linux** [386](https://github.com/jessfraz/certok/releases/download/v0.1.0/certok-linux-386) / [amd64](https://github.com/jessfraz/certok/releases/download/v0.1.0/certok-linux-amd64) / [arm](https://github.com/jessfraz/certok/releases/download/v0.1.0/certok-linux-arm) / [arm64](https://github.com/jessfraz/certok/releases/download/v0.1.0/certok-linux-arm64) -- **solaris** [amd64](https://github.com/jessfraz/certok/releases/download/v0.1.0/certok-solaris-amd64) -- **windows** [386](https://github.com/jessfraz/certok/releases/download/v0.1.0/certok-windows-386) / [amd64](https://github.com/jessfraz/certok/releases/download/v0.1.0/certok-windows-amd64) +- **darwin** [386](https://github.com/jessfraz/certok/releases/download/v0.2.0/certok-darwin-386) / [amd64](https://github.com/jessfraz/certok/releases/download/v0.2.0/certok-darwin-amd64) +- **freebsd** [386](https://github.com/jessfraz/certok/releases/download/v0.2.0/certok-freebsd-386) / [amd64](https://github.com/jessfraz/certok/releases/download/v0.2.0/certok-freebsd-amd64) +- **linux** [386](https://github.com/jessfraz/certok/releases/download/v0.2.0/certok-linux-386) / [amd64](https://github.com/jessfraz/certok/releases/download/v0.2.0/certok-linux-amd64) / [arm](https://github.com/jessfraz/certok/releases/download/v0.2.0/certok-linux-arm) / [arm64](https://github.com/jessfraz/certok/releases/download/v0.2.0/certok-linux-arm64) +- **solaris** [amd64](https://github.com/jessfraz/certok/releases/download/v0.2.0/certok-solaris-amd64) +- **windows** [386](https://github.com/jessfraz/certok/releases/download/v0.2.0/certok-windows-386) / [amd64](https://github.com/jessfraz/certok/releases/download/v0.2.0/certok-windows-amd64) #### Via Go @@ -35,7 +35,7 @@ contained.af:443 contained.af Let's Encrypt Authority X3 SHA256-RSA ```console $ certok -h -certok - v0.1.0 +certok - v0.2.0 -all Show entire certificate chain, not just the first. -d run in debug mode diff --git a/VERSION b/VERSION index b82608c..1474d00 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.1.0 +v0.2.0