diff options
author | Félix Sipma <felix.sipma@no-log.org> | 2020-03-01 19:16:57 +0100 |
---|---|---|
committer | Félix Sipma <felix.sipma@no-log.org> | 2020-03-01 19:17:11 +0100 |
commit | 50d08adce7aa16f0c58d9f8b401738b7253a3457 (patch) | |
tree | 40f2b88b25dd5d5de782901e315ddf11f7d454b1 | |
parent | dbb2436a6d357c59354df734774797c9e814c2ff (diff) |
update hugo to 0.65.3
-rw-r--r-- | netlify.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml index e5dfefd..2af5a65 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,4 +4,4 @@ publish = "dist/public" command = "make" [build.environment] -HUGO_VERSION = "0.63.0" +HUGO_VERSION = "0.65.3" |