diff --git a/content/news/0.30.2-relnotes-ready.md b/content/news/0.30.2-relnotes-ready.md index e1e579805..d9829cbed 100644 --- a/content/news/0.30.2-relnotes-ready.md +++ b/content/news/0.30.2-relnotes-ready.md @@ -1,16 +1,14 @@ --- date: 2017-10-19 -title: "0.30.2" -description: "0.30.2" +title: "0.30.2: One More Bugfix" +description: "Fixes Fast Render mode when having sub-path in `baseURL`." slug: "0.30.2" categories: ["Releases"] images: - images/blog/hugo-bug-poster.png - --- - - This release fixes Fast Render mode with sub-path in baseURL [31641033](https://github.com/gohugoio/hugo/commit/3164103310fbca1211cfa9ce4a5eb7437854b6ad) [@bep](https://github.com/bep) [#3981](https://github.com/gohugoio/hugo/issues/3981). +This release fixes Fast Render mode with sub-path in baseURL [31641033](https://github.com/gohugoio/hugo/commit/3164103310fbca1211cfa9ce4a5eb7437854b6ad) [@bep](https://github.com/bep) [#3981](https://github.com/gohugoio/hugo/issues/3981). diff --git a/netlify.toml b/netlify.toml index 996095604..55e5660f1 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,15 +3,15 @@ command = "hugo" [context.production.environment] - HUGO_VERSION = "0.30.1" + HUGO_VERSION = "0.30.2" HUGO_ENV = "production" HUGO_ENABLEGITINFO = "true" [context.deploy-preview.environment] - HUGO_VERSION = "0.30.1" + HUGO_VERSION = "0.30.2" [context.branch-deploy.environment] - HUGO_VERSION = "0.30.1" + HUGO_VERSION = "0.30.2" [context.next.environment] HUGO_BASEURL = "https://next--gohugoio.netlify.com/"