hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit efc61d6f3b9f5fb294411ac1dc872b8fc5bdbacb
parent d8d6a25b5755bedaf90261a1539dc37a2f05c3df
Author: Jay Williams <jay@myd3.com>
Date:   Tue,  7 Apr 2020 12:42:45 -0500

commands: Use semver for min_version per recommendations

See https://github.com/gohugoio/hugoThemes#themetoml
Diffstat:
Mcommands/new_theme.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/commands/new_theme.go b/commands/new_theme.go
@@ -156,7 +156,7 @@ description = ""
 homepage = "http://example.com/"
 tags = []
 features = []
-min_version = "0.41"
+min_version = "0.41.0"
 
 [author]
   name = ""