From 917c19b382cf72e721dca589eb0cf53149533742 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Tue, 10 Sep 2019 08:48:23 -0600 Subject: [PATCH] updated the hugo version --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1dd82d7b1..ffd410c2d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ jobs: docker: - image: circleci/node:latest environment: - HUGO_VERSION: "0.55.1" + HUGO_VERSION: "0.56.3" S3DEPLOY_VERSION: "2.3.2" steps: - checkout