diff options
author | Bjørn Erik Pedersen <[email protected]> | 2017-07-10 09:02:20 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2017-07-10 09:02:20 +0200 |
commit | aded65b71d16451220f2a830c0bc5541fbc85d94 (patch) | |
tree | a31e73f7dd4f7a64a113f794d131cf5067845d1e /commands | |
parent | bbd33dbf5d9575ab95c8e00aa97b71a600e429b6 (diff) | |
download | hugo-aded65b71d16451220f2a830c0bc5541fbc85d94.tar.gz hugo-aded65b71d16451220f2a830c0bc5541fbc85d94.zip |
releaser: Prepare repository for 0.25-DEV
[ci skip]
Diffstat (limited to 'commands')
-rw-r--r-- | commands/new.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/new.go b/commands/new.go index 12851217a..6a6e0615f 100644 --- a/commands/new.go +++ b/commands/new.go @@ -347,7 +347,7 @@ description = "" homepage = "http://example.com/" tags = [] features = [] -min_version = "0.25.1" +min_version = "0.24" [author] name = "" |