diff --git a/content/en/contribute/development.md b/content/en/contribute/development.md index 78ca5ec5c..e2cfee4ff 100644 --- a/content/en/contribute/development.md +++ b/content/en/contribute/development.md @@ -153,7 +153,7 @@ CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@latest To build and install a specific release: ```sh -CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@v0.144.2 +CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@v0.147.1 ``` To build and install at the latest commit on the master branch: diff --git a/content/en/functions/hugo/Generator.md b/content/en/functions/hugo/Generator.md index dc72a7af2..1ca902bd4 100644 --- a/content/en/functions/hugo/Generator.md +++ b/content/en/functions/hugo/Generator.md @@ -11,5 +11,5 @@ params: --- ```go-html-template -{{ hugo.Generator }} → +{{ hugo.Generator }} → ``` diff --git a/content/en/functions/hugo/Version.md b/content/en/functions/hugo/Version.md index 7925af981..9c1d70f39 100644 --- a/content/en/functions/hugo/Version.md +++ b/content/en/functions/hugo/Version.md @@ -11,5 +11,5 @@ params: --- ```go-html-template -{{ hugo.Version }} → 0.144.2 +{{ hugo.Version }} → 0.147.1 ```