From a23d7d42ebeb0fd30f6bdc3336389ede2cc3966d Mon Sep 17 00:00:00 2001 From: Regis Philibert Date: Thu, 6 Feb 2020 10:31:18 -0500 Subject: [PATCH] Bump min Hugo version to 0.54.0 --- theme.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.toml b/theme.toml index a2236e0..5fbb65b 100755 --- a/theme.toml +++ b/theme.toml @@ -8,7 +8,7 @@ description = "A Base theme for building full featured Hugo sites" homepage = "https://github.com/budparr/gohugo-theme-ananke" tags = ["website", "starter", "responsive", "Disqus", "blog", "Tachyons", "Multilingual", "Stackbit"] features = ["posts", "shortcodes", "related content", "comments"] -min_version = "0.30.2" +min_version = "0.54.0" [author] name = "Bud Parr"