diff options
author | Bjørn Erik Pedersen <[email protected]> | 2017-07-10 09:16:02 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2017-07-10 09:16:02 +0200 |
commit | 91f410ea902fa32e042242f39c2e78f9cd6887ac (patch) | |
tree | 82f5dc1d99063b89b55463b82a4ad1c770511654 /commands | |
parent | 0e25f1e969c7002f7881be2aaf52944fad1caf22 (diff) | |
download | hugo-91f410ea902fa32e042242f39c2e78f9cd6887ac.tar.gz hugo-91f410ea902fa32e042242f39c2e78f9cd6887ac.zip |
Bump versions to 0.26-DEV
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 6a6e0615f..12851217a 100644 --- a/commands/new.go +++ b/commands/new.go @@ -347,7 +347,7 @@ description = "" homepage = "http://example.com/" tags = [] features = [] -min_version = "0.24" +min_version = "0.25.1" [author] name = "" |