Skip to content

Commit 81befba

Browse files
authored
content: Update version references
1 parent 684dbce commit 81befba

File tree

13 files changed

+14
-14
lines changed

13 files changed

+14
-14
lines changed

content/en/contribute/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@latest
143143
To build and install a specific release:
144144

145145
```sh
146-
CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@v0.155.0
146+
CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@v0.155.3
147147
```
148148

149149
To build and install at the latest commit on the master branch:

content/en/functions/hugo/Generator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ params:
1111
---
1212

1313
```go-html-template
14-
{{ hugo.Generator }} → <meta name="generator" content="Hugo 0.155.0">
14+
{{ hugo.Generator }} → <meta name="generator" content="Hugo 0.155.3">
1515
```

content/en/functions/hugo/Version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ params:
1111
---
1212

1313
```go-html-template
14-
{{ hugo.Version }} → 0.155.0
14+
{{ hugo.Version }} → 0.155.3
1515
```

content/en/functions/resources/FromString.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Let's say you need to publish a file named "site.json" in the root of your `publ
2323
```json
2424
{
2525
"build_date": "2026-01-11T11:27:49-08:00",
26-
"hugo_version": "0.155.0",
26+
"hugo_version": "0.155.3",
2727
"last_modified": "2026-01-11T11:27:59-08:00"
2828
}
2929
```

content/en/getting-started/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ hugo version
1818
You should see something like:
1919

2020
```text
21-
hugo v0.155.0-74c0bbfc6abce6a4f568c2b8c593a7fca9710e3f+extended linux/amd64 BuildDate=2026-01-28T16:28:23Z VendorInfo=gohugoio
21+
hugo v0.155.3-8a858213b73907e823e2be2b5640a0ce4c04d295+extended linux/amd64 BuildDate=2026-02-08T16:40:42Z VendorInfo=gohugoio
2222
```
2323

2424
## Display available commands

content/en/host-and-deploy/host-on-aws-amplify/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Step 2
4242
# Application versions
4343
DART_SASS_VERSION: 1.97.3
4444
GO_VERSION: 1.25.6
45-
HUGO_VERSION: 0.155.0
45+
HUGO_VERSION: 0.155.3
4646
# Time zone
4747
TZ: Europe/Oslo
4848
# Cache

content/en/host-and-deploy/host-on-cloudflare/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Step 2
5353

5454
DART_SASS_VERSION=1.97.3
5555
GO_VERSION=1.25.6
56-
HUGO_VERSION=0.155.0
56+
HUGO_VERSION=0.155.3
5757
NODE_VERSION=24.13.0
5858

5959
export TZ=Europe/Oslo

content/en/host-and-deploy/host-on-github-pages/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Step 4
7979
env:
8080
DART_SASS_VERSION: 1.97.3
8181
GO_VERSION: 1.25.6
82-
HUGO_VERSION: 0.155.0
82+
HUGO_VERSION: 0.155.3
8383
NODE_VERSION: 24.13.0
8484
TZ: Europe/Oslo
8585
steps:

content/en/host-and-deploy/host-on-gitlab-pages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Define your [CI/CD](g) jobs by creating a `.gitlab-ci.yml` file in the root of y
2525
variables:
2626
# Application versions
2727
DART_SASS_VERSION: 1.97.3
28-
HUGO_VERSION: 0.155.0
28+
HUGO_VERSION: 0.155.3
2929
NODE_VERSION: 24.13.0
3030
# Git
3131
GIT_DEPTH: 0

content/en/host-and-deploy/host-on-netlify/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Step 1
3232
[build.environment]
3333
DART_SASS_VERSION = "1.97.3"
3434
GO_VERSION = "1.25.6"
35-
HUGO_VERSION = "0.155.0"
35+
HUGO_VERSION = "0.155.3"
3636
NODE_VERSION = "24.13.0"
3737
TZ = "Europe/Oslo"
3838
@@ -50,7 +50,7 @@ Step 1
5050
[build.environment]
5151
DART_SASS_VERSION = "1.97.3"
5252
GO_VERSION = "1.25.6"
53-
HUGO_VERSION = "0.155.0"
53+
HUGO_VERSION = "0.155.3"
5454
NODE_VERSION = "24.13.0"
5555
TZ = "Europe/Oslo"
5656

0 commit comments

Comments
 (0)