content: Update version reference

This commit is contained in:
spearhead33
2025-06-30 02:49:56 +03:00
committed by GitHub
parent cda7135b59
commit 80d26621aa
@@ -114,7 +114,7 @@ Create a new file named netlify.toml in the root of your project directory. In i
```toml {file="netlify.toml"}
[build.environment]
GO_VERSION = "1.24.2"
HUGO_VERSION = "0.147.1"
HUGO_VERSION = "0.147.9"
NODE_VERSION = "22"
TZ = "America/Los_Angeles"
@@ -129,7 +129,7 @@ If your site requires Dart Sass to transpile Sass to CSS, the configuration file
[build.environment]
DART_SASS_VERSION = "1.87.0"
GO_VERSION = "1.24.2"
HUGO_VERSION = "0.147.1"
HUGO_VERSION = "0.147.9"
NODE_VERSION = "22"
TZ = "America/Los_Angeles"