Skip to content

Commit

Permalink
Bump version to Hugo v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spf13 committed May 25, 2015
1 parent fa58ef5 commit 6af9d67
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions helpers/hugo.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@ package helpers

import (
"fmt"
"github.com/spf13/hugo/hugofs"
"github.com/spf13/hugo/parser"
"io/ioutil"
"path/filepath"

"github.com/spf13/hugo/hugofs"
"github.com/spf13/hugo/parser"
)

// this should be the only one
const hugoVersionMain = 0.14
const hugoVersionSuffix = "-DEV" // blank this when doing a release
const hugoVersionSuffix = "" // blank this when doing a release

// HugoVersion returns the current Hugo version. It will include
// a suffix, typically '-DEV', if it's development version.
Expand Down

0 comments on commit 6af9d67

Please sign in to comment.