From afbc18c09a85a96405ca5be9040124f9146b4319 Mon Sep 17 00:00:00 2001 From: Anthony Fok Date: Tue, 1 Dec 2015 10:25:56 -0700 Subject: [PATCH] Bump min_version to 0.15 for `hugo new theme` --- commands/new.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/new.go b/commands/new.go index 97323c6b..f2c362ac 100644 --- a/commands/new.go +++ b/commands/new.go @@ -265,7 +265,7 @@ description = "" homepage = "http://siteforthistheme.com/" tags = ["", ""] features = ["", ""] -min_version = 0.14 +min_version = 0.15 [author] name = "" -- 2.30.2