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 <acidburn@microsoft.com>
  • Loading branch information
jessfraz committed Jan 2, 2018
1 parent 588324a commit e54475c
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 @@ -15,11 +15,11 @@ profile, than creating one by hand, because who would ever do that.

#### Binaries

- **darwin** [386](https://github.com/jessfraz/bane/releases/download/v0.2.5/bane-darwin-386) / [amd64](https://github.com/jessfraz/bane/releases/download/v0.2.5/bane-darwin-amd64)
- **freebsd** [386](https://github.com/jessfraz/bane/releases/download/v0.2.5/bane-freebsd-386) / [amd64](https://github.com/jessfraz/bane/releases/download/v0.2.5/bane-freebsd-amd64)
- **linux** [386](https://github.com/jessfraz/bane/releases/download/v0.2.5/bane-linux-386) / [amd64](https://github.com/jessfraz/bane/releases/download/v0.2.5/bane-linux-amd64) / [arm](https://github.com/jessfraz/bane/releases/download/v0.2.5/bane-linux-arm) / [arm64](https://github.com/jessfraz/bane/releases/download/v0.2.5/bane-linux-arm64)
- **solaris** [amd64](https://github.com/jessfraz/bane/releases/download/v0.2.5/bane-solaris-amd64)
- **windows** [386](https://github.com/jessfraz/bane/releases/download/v0.2.5/bane-windows-386) / [amd64](https://github.com/jessfraz/bane/releases/download/v0.2.5/bane-windows-amd64)
- **darwin** [386](https://github.com/jessfraz/bane/releases/download/v0.3.0/bane-darwin-386) / [amd64](https://github.com/jessfraz/bane/releases/download/v0.3.0/bane-darwin-amd64)
- **freebsd** [386](https://github.com/jessfraz/bane/releases/download/v0.3.0/bane-freebsd-386) / [amd64](https://github.com/jessfraz/bane/releases/download/v0.3.0/bane-freebsd-amd64)
- **linux** [386](https://github.com/jessfraz/bane/releases/download/v0.3.0/bane-linux-386) / [amd64](https://github.com/jessfraz/bane/releases/download/v0.3.0/bane-linux-amd64) / [arm](https://github.com/jessfraz/bane/releases/download/v0.3.0/bane-linux-arm) / [arm64](https://github.com/jessfraz/bane/releases/download/v0.3.0/bane-linux-arm64)
- **solaris** [amd64](https://github.com/jessfraz/bane/releases/download/v0.3.0/bane-solaris-amd64)
- **windows** [386](https://github.com/jessfraz/bane/releases/download/v0.3.0/bane-windows-386) / [amd64](https://github.com/jessfraz/bane/releases/download/v0.3.0/bane-windows-amd64)

#### Via Go

Expand All @@ -37,7 +37,7 @@ $ bane -h
| |_) | (_| | | | | __/
|_.__/ \__,_|_| |_|\___|
Custom AppArmor profile generator for docker containers
Version: v0.2.5
Version: v0.3.0

-d run in debug mode
-profile-dir string
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.2.5
v0.3.0

0 comments on commit e54475c

Please sign in to comment.