content: Update version references

This commit is contained in:
Joe Mooring
2025-10-24 09:02:10 -07:00
committed by GitHub
parent a12bcf7dd1
commit 811574060a
13 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ extended
: (`bool`) Whether the extended edition of Hugo is required, satisfied by installing either the extended or extended/deploy edition.
max
: (`string`) The maximum Hugo version supported, for example `0.152.1`.
: (`string`) The maximum Hugo version supported, for example `0.152.2`.
min
: (`string`) The minimum Hugo version supported, for example `0.102.0`.
+1 -1
View File
@@ -143,7 +143,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.152.1
CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@v0.152.2
```
To build and install at the latest commit on the master branch:
+1 -1
View File
@@ -11,5 +11,5 @@ params:
---
```go-html-template
{{ hugo.Generator }} → <meta name="generator" content="Hugo 0.152.1">
{{ hugo.Generator }} → <meta name="generator" content="Hugo 0.152.2">
```
+1 -1
View File
@@ -11,5 +11,5 @@ params:
---
```go-html-template
{{ hugo.Version }} → 0.152.1
{{ hugo.Version }} → 0.152.2
```
+1 -1
View File
@@ -23,7 +23,7 @@ Let's say you need to publish a file named "site.json" in the root of your `publ
```json
{
"build_date": "2025-07-08T13:12:19-07:00",
"hugo_version": "0.152.1",
"hugo_version": "0.152.2",
"last_modified": "2025-07-07T22:09:13-07:00"
}
```
+1 -1
View File
@@ -18,7 +18,7 @@ hugo version
You should see something like:
```text
hugo v0.152.1-5869cbddd88590563c2b7b400e804ccc7d2cb697+extended linux/amd64 BuildDate=2025-10-22T19:10:44Z VendorInfo=gohugoio
hugo v0.152.2-6abdacad3f3fe944ea42177844469139e81feda6+extended linux/amd64 BuildDate=2025-10-24T15:31:49Z VendorInfo=gohugoio
```
## Display available commands
@@ -42,7 +42,7 @@ Step 2
# Application versions
DART_SASS_VERSION: 1.93.2
GO_VERSION: 1.25.3
HUGO_VERSION: 0.152.1
HUGO_VERSION: 0.152.2
# Time zone
TZ: Europe/Oslo
# Cache
@@ -53,7 +53,7 @@ Step 2
DART_SASS_VERSION=1.93.2
GO_VERSION=1.25.3
HUGO_VERSION=0.152.1
HUGO_VERSION=0.152.2
NODE_VERSION=22.20.0
export TZ=Europe/Oslo
@@ -79,7 +79,7 @@ Step 4
env:
DART_SASS_VERSION: 1.93.2
GO_VERSION: 1.25.3
HUGO_VERSION: 0.152.1
HUGO_VERSION: 0.152.2
NODE_VERSION: 22.20.0
TZ: Europe/Oslo
steps:
@@ -25,7 +25,7 @@ Define your [CI/CD](g) jobs by creating a `.gitlab-ci.yml` file in the root of y
variables:
# Application versions
DART_SASS_VERSION: 1.93.2
HUGO_VERSION: 0.152.1
HUGO_VERSION: 0.152.2
NODE_VERSION: 22.20.0
# Git
GIT_DEPTH: 0
@@ -32,7 +32,7 @@ Step 1
[build.environment]
DART_SASS_VERSION = "1.93.2"
GO_VERSION = "1.25.3"
HUGO_VERSION = "0.152.1"
HUGO_VERSION = "0.152.2"
NODE_VERSION = "22.20.0"
TZ = "Europe/Oslo"
@@ -50,7 +50,7 @@ Step 1
[build.environment]
DART_SASS_VERSION = "1.93.2"
GO_VERSION = "1.25.3"
HUGO_VERSION = "0.152.1"
HUGO_VERSION = "0.152.2"
NODE_VERSION = "22.20.0"
TZ = "Europe/Oslo"
@@ -39,7 +39,7 @@ Step 1
- key: GO_VERSION
value: 1.25.3
- key: HUGO_VERSION
value: 0.152.1
value: 0.152.2
- key: NODE_VERSION
value: 22.20.0
- key: TZ
@@ -49,7 +49,7 @@ Step 2
DART_SASS_VERSION=1.93.2
GO_VERSION=1.25.3
HUGO_VERSION=0.152.1
HUGO_VERSION=0.152.2
NODE_VERSION=22.20.0
export TZ=Europe/Oslo