Skip to content

Commit

Permalink
Update Hugo version to v0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
roperzh committed Apr 12, 2017
1 parent f7430a8 commit 6011f72
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 @@ -33,7 +33,7 @@ Legacy Compatibility
For most pages this buildpack should work just fine. If, however, you're unable to deploy using this new version of the buildpack, you can get your app working again by locking it to the previous version:

```bash
heroku config:set BUILDPACK_URL=https://github.com/roperzh/heroku-buildpack-hugo#v0.18.1
heroku config:set BUILDPACK_URL=https://github.com/roperzh/heroku-buildpack-hugo#v0.19
git commit -am "Empty commit" --allow-empty
git push heroku master
```
Expand Down
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ BUILD_DIR=$1
CACHE_DIR=$2

# Hugo version
VERSION="0.19"
VERSION="0.20"

# Hugo URL ( download from GH builds )
ARCHIVE_NAME=hugo_${VERSION}_Linux-64bit
Expand Down

0 comments on commit 6011f72

Please sign in to comment.