diff options
author | Alan Pearce | 2019-06-15 20:53:55 +0200 |
---|---|---|
committer | Alan Pearce | 2019-06-15 20:53:55 +0200 |
commit | 69f2d50de355e2d6ba2e4dc14fdefb77fb232452 (patch) | |
tree | f0b73fa5e6d23f711810144feee99329e9f9fdac | |
parent | 2b9b404434a847af385cb46e2aeac731d97ccddb (diff) | |
download | website-69f2d50de355e2d6ba2e4dc14fdefb77fb232452.tar.lz website-69f2d50de355e2d6ba2e4dc14fdefb77fb232452.tar.zst website-69f2d50de355e2d6ba2e4dc14fdefb77fb232452.zip |
Update Hugo to v0.55.6
-rw-r--r-- | netlify.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml index 1a87f3e..e9752ac 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,7 +2,7 @@ publish = "public" command = "hugo" [build.environment] - HUGO_VERSION = "0.47" + HUGO_VERSION = "0.55.6" [context.production.environment] HUGO_ENV = "production" |