content: Update version references

This commit is contained in:
Joe Mooring 2025-05-05 08:31:46 -07:00 committed by GitHub
parent 722da91f15
commit 63b4fe2c06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -11,5 +11,5 @@ params:
---
```go-html-template
{{ hugo.Generator }} → <meta name="generator" content="Hugo 0.144.2">
{{ hugo.Generator }} → <meta name="generator" content="Hugo 0.147.1">
```

View File

@ -11,5 +11,5 @@ params:
---
```go-html-template
{{ hugo.Version }} → 0.144.2
{{ hugo.Version }} → 0.147.1
```