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 Mar 11, 2018
1 parent ec4c4be commit 87b5843
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ Search apk packages via the command line.

#### Binaries

- **darwin** [386](https://github.com/genuinetools/apk-file/releases/download/v0.2.0/apk-file-darwin-386) / [amd64](https://github.com/genuinetools/apk-file/releases/download/v0.2.0/apk-file-darwin-amd64)
- **freebsd** [386](https://github.com/genuinetools/apk-file/releases/download/v0.2.0/apk-file-freebsd-386) / [amd64](https://github.com/genuinetools/apk-file/releases/download/v0.2.0/apk-file-freebsd-amd64)
- **linux** [386](https://github.com/genuinetools/apk-file/releases/download/v0.2.0/apk-file-linux-386) / [amd64](https://github.com/genuinetools/apk-file/releases/download/v0.2.0/apk-file-linux-amd64) / [arm](https://github.com/genuinetools/apk-file/releases/download/v0.2.0/apk-file-linux-arm) / [arm64](https://github.com/genuinetools/apk-file/releases/download/v0.2.0/apk-file-linux-arm64)
- **solaris** [amd64](https://github.com/genuinetools/apk-file/releases/download/v0.2.0/apk-file-solaris-amd64)
- **windows** [386](https://github.com/genuinetools/apk-file/releases/download/v0.2.0/apk-file-windows-386) / [amd64](https://github.com/genuinetools/apk-file/releases/download/v0.2.0/apk-file-windows-amd64)
- **darwin** [386](https://github.com/genuinetools/apk-file/releases/download/v0.3.0/apk-file-darwin-386) / [amd64](https://github.com/genuinetools/apk-file/releases/download/v0.3.0/apk-file-darwin-amd64)
- **freebsd** [386](https://github.com/genuinetools/apk-file/releases/download/v0.3.0/apk-file-freebsd-386) / [amd64](https://github.com/genuinetools/apk-file/releases/download/v0.3.0/apk-file-freebsd-amd64)
- **linux** [386](https://github.com/genuinetools/apk-file/releases/download/v0.3.0/apk-file-linux-386) / [amd64](https://github.com/genuinetools/apk-file/releases/download/v0.3.0/apk-file-linux-amd64) / [arm](https://github.com/genuinetools/apk-file/releases/download/v0.3.0/apk-file-linux-arm) / [arm64](https://github.com/genuinetools/apk-file/releases/download/v0.3.0/apk-file-linux-arm64)
- **solaris** [amd64](https://github.com/genuinetools/apk-file/releases/download/v0.3.0/apk-file-solaris-amd64)
- **windows** [386](https://github.com/genuinetools/apk-file/releases/download/v0.3.0/apk-file-windows-386) / [amd64](https://github.com/genuinetools/apk-file/releases/download/v0.3.0/apk-file-windows-amd64)

#### Via Go

Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.2.0
v0.3.0

0 comments on commit 87b5843

Please sign in to comment.