File tree Expand file tree Collapse file tree 13 files changed +14
-14
lines changed
Expand file tree Collapse file tree 13 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@latest
143143To 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
149149To build and install at the latest commit on the master branch:
Original file line number Diff line number Diff 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```
Original file line number Diff line number Diff 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```
Original file line number Diff line number Diff 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```
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ hugo version
1818You 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Define your [CI/CD](g) jobs by creating a `.gitlab-ci.yml` file in the root of y
2525variables :
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
Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments