Skip to content

Commit

Permalink
Upgrade Hugo to v0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
roperzh committed Aug 15, 2017
1 parent 5a12946 commit fd44cad
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 buildpacks:set https://github.com/roperzh/heroku-buildpack-hugo#v0.22.1
heroku buildpacks:set https://github.com/roperzh/heroku-buildpack-hugo#v0.23
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.23"
VERSION="0.26"

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

0 comments on commit fd44cad

Please sign in to comment.