Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Dec 2, 2018
1 parent 212a94b commit d0a832b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .release/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.3.27
v0.3.28
18 changes: 6 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,16 @@
- **username**: `malice`
- **password**: `ecilam`

## Setup Docker (OSX)
## Requirements

Install [Docker for Mac](https://docs.docker.com/docker-for-mac/)
### Hardware

-Or-
- ~16GB disk space
- ~4GB RAM

Install with [homebrew](http://brew.sh).
### Software

```bash
$ brew install caskroom/cask/brew-cask
$ brew cask install virtualbox
$ brew install docker
$ brew install docker-machine
$ docker-machine create --driver virtualbox --engine-storage-driver overlay malice
$ eval $(docker-machine env malice)
```
- [Docker](https://docs.docker.com)

## Getting Started (OSX)

Expand Down
4 changes: 2 additions & 2 deletions config/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#######################################################################

title = "Malice Runtime Configuration"
version = "v0.3.27"
version = "v0.3.28"

[author]
name = "blacktop"
Expand Down

0 comments on commit d0a832b

Please sign in to comment.