diff options
author | Jay Williams <[email protected]> | 2020-04-07 12:42:45 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2020-04-07 19:42:45 +0200 |
commit | efc61d6f3b9f5fb294411ac1dc872b8fc5bdbacb (patch) | |
tree | 598d4fcbad203561eae7d6a747a388ae67b1ca21 /commands | |
parent | d8d6a25b5755bedaf90261a1539dc37a2f05c3df (diff) | |
download | hugo-efc61d6f3b9f5fb294411ac1dc872b8fc5bdbacb.tar.gz hugo-efc61d6f3b9f5fb294411ac1dc872b8fc5bdbacb.zip |
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.go | 2 |
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 = "" |