shithub: hugo

Download patch

ref: efc61d6f3b9f5fb294411ac1dc872b8fc5bdbacb
parent: d8d6a25b5755bedaf90261a1539dc37a2f05c3df
author: Jay Williams <jay@myd3.com>
date: Tue Apr 7 08:42:45 EDT 2020

commands: Use semver for min_version per recommendations

See https://github.com/gohugoio/hugoThemes#themetoml

--- a/commands/new_theme.go
+++ b/commands/new_theme.go
@@ -156,7 +156,7 @@
 homepage = "http://example.com/"
 tags = []
 features = []
-min_version = "0.41"
+min_version = "0.41.0"
 
 [author]
   name = ""