Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Williams <jay@myd3.com>2020-04-07 20:42:45 +0300
committerGitHub <noreply@github.com>2020-04-07 20:42:45 +0300
commitefc61d6f3b9f5fb294411ac1dc872b8fc5bdbacb (patch)
tree598d4fcbad203561eae7d6a747a388ae67b1ca21 /commands
parentd8d6a25b5755bedaf90261a1539dc37a2f05c3df (diff)
commands: Use semver for min_version per recommendations
See https://github.com/gohugoio/hugoThemes#themetoml
Diffstat (limited to 'commands')
-rw-r--r--commands/new_theme.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/new_theme.go b/commands/new_theme.go
index ee3437360..cb85a1db2 100644
--- 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 = ""