From 567fa9d3dc6c302cd2f86ef77c7543b03fdb3457 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 25 Dec 2016 17:59:27 +0200 Subject: [PATCH] theme.toml: Update minimum Hugo version to 0.18 --- theme.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.toml b/theme.toml index 202ae49..bd24ec4 100644 --- a/theme.toml +++ b/theme.toml @@ -5,7 +5,7 @@ description = "A simple Hugo theme based on the Bootstrap v4 blog example." homepage = "https://github.com/alanorth/hugo-theme-bootstrap4" tags = ["bootstrap", "blog", "fontawesome"] features = ["responsive", "blog"] -min_version = 0.17 +min_version = 0.18 [author] name = "Alan Orth"