Skip to content

Commit 7c9653c

Browse files
committed
Hugo 0.55.5
1 parent 1035ff0 commit 7c9653c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

content/en/news/0.55.5-relnotes/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22
---
33
date: 2019-05-02
4-
title: "0.55.5"
5-
description: "0.55.5"
4+
title: "Hugo 0.55.5: Take Five!"
5+
description: "We round up this 0.55 release with a final batch of bug fixes!"
66
categories: ["Releases"]
77
images:
88
- images/blog/hugo-bug-poster.png

netlify.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,28 @@ publish = "public"
33
command = "hugo --gc --minify"
44

55
[context.production.environment]
6-
HUGO_VERSION = "0.55.4"
6+
HUGO_VERSION = "0.55.5"
77
HUGO_ENV = "production"
88
HUGO_ENABLEGITINFO = "true"
99

1010
[context.split1]
1111
command = "hugo --gc --minify --enableGitInfo"
1212

1313
[context.split1.environment]
14-
HUGO_VERSION = "0.55.4"
14+
HUGO_VERSION = "0.55.5"
1515
HUGO_ENV = "production"
1616

1717
[context.deploy-preview]
1818
command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
1919

2020
[context.deploy-preview.environment]
21-
HUGO_VERSION = "0.55.4"
21+
HUGO_VERSION = "0.55.5"
2222

2323
[context.branch-deploy]
2424
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"
2525

2626
[context.branch-deploy.environment]
27-
HUGO_VERSION = "0.55.4"
27+
HUGO_VERSION = "0.55.5"
2828

2929
[context.next.environment]
3030
HUGO_ENABLEGITINFO = "true"

0 commit comments

Comments
 (0)