From 0b9d454ed146c8bd27b7c03f0366bcf075017b98 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 9 Jul 2017 20:01:09 +0100 Subject: [PATCH] Update hugo --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 383be53..9b9bb29 100644 --- a/circle.yml +++ b/circle.yml @@ -6,7 +6,7 @@ machine: dependencies: pre: - - wget https://github.com/gohugoio/hugo/releases/download/v0.24.1/hugo_0.24.1_Linux-64bit.deb -O /tmp/hugo.deb && sudo dpkg -i /tmp/hugo.deb + - wget https://github.com/gohugoio/hugo/releases/download/v0.25/hugo_0.25_Linux-64bit.deb -O /tmp/hugo.deb && sudo dpkg -i /tmp/hugo.deb test: override: