Skip to content

Commit

Permalink
Bump version to v0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Jan 2, 2018
1 parent 64ee5b5 commit e70a8a6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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)
- **darwin** [386](https://github.com/jessfraz/certok/releases/download/v0.3.0/certok-darwin-386) / [amd64](https://github.com/jessfraz/certok/releases/download/v0.3.0/certok-darwin-amd64)
- **freebsd** [386](https://github.com/jessfraz/certok/releases/download/v0.3.0/certok-freebsd-386) / [amd64](https://github.com/jessfraz/certok/releases/download/v0.3.0/certok-freebsd-amd64)
- **linux** [386](https://github.com/jessfraz/certok/releases/download/v0.3.0/certok-linux-386) / [amd64](https://github.com/jessfraz/certok/releases/download/v0.3.0/certok-linux-amd64) / [arm](https://github.com/jessfraz/certok/releases/download/v0.3.0/certok-linux-arm) / [arm64](https://github.com/jessfraz/certok/releases/download/v0.3.0/certok-linux-arm64)
- **solaris** [amd64](https://github.com/jessfraz/certok/releases/download/v0.3.0/certok-solaris-amd64)
- **windows** [386](https://github.com/jessfraz/certok/releases/download/v0.3.0/certok-windows-386) / [amd64](https://github.com/jessfraz/certok/releases/download/v0.3.0/certok-windows-amd64)

#### Via Go

Expand All @@ -35,7 +35,7 @@ contained.af:443 contained.af Let's Encrypt Authority X3 SHA256-RSA

```console
$ certok -h
certok - v0.2.0
certok - v0.3.0
-all
Show entire certificate chain, not just the first.
-d run in debug mode
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.2.0
v0.3.0

0 comments on commit e70a8a6

Please sign in to comment.