diff options
author | Alan Pearce | 2019-12-07 20:21:33 +0100 |
---|---|---|
committer | Alan Pearce | 2019-12-07 20:21:33 +0100 |
commit | bf8414e33f7422ad9ff9a06e53674578a0dd297f (patch) | |
tree | 62ccf7c9ab824b8c2bf730c0987d1d8be6483410 /netlify.toml | |
parent | e9e0e0fb8abca4fb7e500f1b124ba1cc581dfa07 (diff) | |
download | website-bf8414e33f7422ad9ff9a06e53674578a0dd297f.tar.lz website-bf8414e33f7422ad9ff9a06e53674578a0dd297f.tar.zst website-bf8414e33f7422ad9ff9a06e53674578a0dd297f.zip |
Update hugo to version 0.58
Diffstat (limited to 'netlify.toml')
-rw-r--r-- | netlify.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml index e9752ac..125982c 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,7 +2,7 @@ publish = "public" command = "hugo" [build.environment] - HUGO_VERSION = "0.55.6" + HUGO_VERSION = "0.58.0" [context.production.environment] HUGO_ENV = "production" |