Skip to content

Commit

Permalink
prepare for 0.1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rholder committed Dec 2, 2014
1 parent 1e38782 commit b204839
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ applications to ease installation.
* Drop the latest version of `debinate` into your $PATH, set it executable, and make sure you own `/opt`:

```bash
sudo curl -o /usr/local/bin/debinate -L https://github.com/rholder/debinate/releases/download/v0.1.3/debinate && \
sudo curl -o /usr/local/bin/debinate -L https://github.com/rholder/debinate/releases/download/v0.1.4/debinate && \
sudo chmod +x /usr/local/bin/debinate && \
sudo chown $USER:$USER /opt
```
Expand Down
2 changes: 1 addition & 1 deletion debinate
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

set -e

DEBINATE_VERSION=0.1.4-dev
DEBINATE_VERSION=0.1.4
PROVISIONING=.debinate
BUILD=${PROVISIONING}/build
TARGET=${PROVISIONING}/target
Expand Down

0 comments on commit b204839

Please sign in to comment.