diff options
author | Félix Sipma <felix.sipma@no-log.org> | 2020-06-04 11:17:10 +0200 |
---|---|---|
committer | Félix Sipma <felix.sipma@no-log.org> | 2020-06-04 11:17:10 +0200 |
commit | c145db9c6f8e5a8e5c07205f05a3c11d98efb0da (patch) | |
tree | bc08c77056b85a166ccf76804c7ebafccbee30d7 | |
parent | ba8139e5e7ea6843aec7bd9e0529b0dd052628f0 (diff) |
update hugo to 0.72.0
-rw-r--r-- | netlify.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml index 2ad6ea5..a6b250e 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,4 +4,4 @@ publish = "dist/public" command = "make" [build.environment] -HUGO_VERSION = "0.69.1" +HUGO_VERSION = "0.72.0" |