From 7d00850095437dd912e069b355020e90e1907848 Mon Sep 17 00:00:00 2001 From: surtur Date: Mon, 25 May 2020 16:13:57 +0200 Subject: [PATCH] feat: bumped hugo version to 0.71.1 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 1b6649f..8180bdc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -36,7 +36,7 @@ steps: - eval $(ssh-agent) - ssh-add ~/.ssh/overlord - git pull - - ./deploy "0.71.0" + - ./deploy "0.71.1" when: status: - success