Skip to content

Commit

Permalink
Update version references
Browse files Browse the repository at this point in the history
  • Loading branch information
jmooring committed Nov 5, 2024
1 parent 3bc6bf4 commit 8e79bf4
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion content/en/contribute/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,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.134.2
CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@v0.137.1
```

To build and install at the latest commit on the master branch:
Expand Down
8 changes: 4 additions & 4 deletions content/en/functions/css/Sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ To install Dart Sass for your builds on GitLab Pages, the `.gitlab-ci.yml` file

```yaml
variables:
HUGO_VERSION: 0.134.2
DART_SASS_VERSION: 1.79.2
HUGO_VERSION: 0.137.1
DART_SASS_VERSION: 1.80.6
GIT_DEPTH: 0
GIT_STRATEGY: clone
GIT_SUBMODULE_STRATEGY: recursive
Expand Down Expand Up @@ -175,8 +175,8 @@ To install Dart Sass for your builds on Netlify, the `netlify.toml` file should

```toml
[build.environment]
HUGO_VERSION = "0.134.2"
DART_SASS_VERSION = "1.79.2"
HUGO_VERSION = "0.137.1"
DART_SASS_VERSION = "1.80.6"
TZ = "America/Los_Angeles"
[build]
Expand Down
2 changes: 1 addition & 1 deletion content/en/functions/hugo/Generator.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ action:
---

```go-html-template
{{ hugo.Generator }} → <meta name="generator" content="Hugo 0.134.2">
{{ hugo.Generator }} → <meta name="generator" content="Hugo 0.137.1">
```
2 changes: 1 addition & 1 deletion content/en/functions/hugo/Version.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ action:
---

```go-html-template
{{ hugo.Version }} → 0.134.2
{{ hugo.Version }} → 0.137.1
```
2 changes: 1 addition & 1 deletion content/en/functions/resources/FromString.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Let's say you need to publish a file named "site.json" in the root of your publi
```json
{
"build_date": "2024-02-19T12:27:05-08:00",
"hugo_version": "0.134.2",
"hugo_version": "0.137.1",
"last_modified": "2024-02-19T12:01:42-08:00"
}
```
Expand Down
8 changes: 4 additions & 4 deletions content/en/functions/resources/ToCSS.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ To install Dart Sass for your builds on GitLab Pages, the `.gitlab-ci.yml` file

```yaml
variables:
HUGO_VERSION: 0.134.2
DART_SASS_VERSION: 1.79.2
HUGO_VERSION: 0.137.1
DART_SASS_VERSION: 1.80.6
GIT_DEPTH: 0
GIT_STRATEGY: clone
GIT_SUBMODULE_STRATEGY: recursive
Expand Down Expand Up @@ -179,8 +179,8 @@ To install Dart Sass for your builds on Netlify, the `netlify.toml` file should

```toml
[build.environment]
HUGO_VERSION = "0.134.2"
DART_SASS_VERSION = "1.79.2"
HUGO_VERSION = "0.137.1"
DART_SASS_VERSION = "1.80.6"
TZ = "America/Los_Angeles"
[build]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
HUGO_VERSION: 0.134.2
HUGO_VERSION: 0.137.1
steps:
- name: Install Hugo CLI
run: |
Expand Down
4 changes: 2 additions & 2 deletions content/en/hosting-and-deployment/hosting-on-gitlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Define your [CI/CD](https://docs.gitlab.com/ee/ci/quick_start/) jobs by creating

{{< code file=.gitlab-ci.yml copy=true >}}
variables:
DART_SASS_VERSION: 1.79.2
HUGO_VERSION: 0.134.2
DART_SASS_VERSION: 1.80.6
HUGO_VERSION: 0.137.1
NODE_VERSION: 20.x
GIT_DEPTH: 0
GIT_STRATEGY: clone
Expand Down
6 changes: 3 additions & 3 deletions content/en/hosting-and-deployment/hosting-on-netlify/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Create a new file named netlify.toml in the root of your project directory. In i

{{< code file=netlify.toml >}}
[build.environment]
HUGO_VERSION = "0.134.2"
HUGO_VERSION = "0.137.1"
TZ = "America/Los_Angeles"

[build]
Expand All @@ -113,8 +113,8 @@ If your site requires Dart Sass to transpile Sass to CSS, the configuration file

{{< code file=netlify.toml >}}
[build.environment]
HUGO_VERSION = "0.134.2"
DART_SASS_VERSION = "1.79.2"
HUGO_VERSION = "0.137.1"
DART_SASS_VERSION = "1.80.6"
TZ = "America/Los_Angeles"

[build]
Expand Down
8 changes: 4 additions & 4 deletions content/en/hugo-pipes/transpile-sass-to-css.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ To install Dart Sass for your builds on GitLab Pages, the `.gitlab-ci.yml` file

```yaml
variables:
HUGO_VERSION: 0.134.2
DART_SASS_VERSION: 1.79.2
HUGO_VERSION: 0.137.1
DART_SASS_VERSION: 1.80.6
GIT_DEPTH: 0
GIT_STRATEGY: clone
GIT_SUBMODULE_STRATEGY: recursive
Expand Down Expand Up @@ -170,8 +170,8 @@ To install Dart Sass for your builds on Netlify, the `netlify.toml` file should

```toml
[build.environment]
HUGO_VERSION = "0.134.2"
DART_SASS_VERSION = "1.79.2"
HUGO_VERSION = "0.137.1"
DART_SASS_VERSION = "1.80.6"
TZ = "America/Los_Angeles"
[build]
Expand Down

0 comments on commit 8e79bf4

Please sign in to comment.