Skip to content

Commit 940af67

Browse files
Update Hugo to v0.160.1 (#292)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6be556c commit 940af67

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# ------ Hugo build configuration and constants ------------------------------------
1616

1717
# Also update src/hugo/cli.py
18-
HUGO_VERSION = "0.160.0"
18+
HUGO_VERSION = "0.160.1"
1919

2020
# The Go toolchain will use the hugo_cache/ directory for GOPATH and GOCACHE.
2121
# We will point the build command to that location to build Hugo from source

src/hugo/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import os
1010
from sys import platform as sysplatform
1111

12-
HUGO_VERSION = "0.160.0"
12+
HUGO_VERSION = "0.160.1"
1313
FILE_EXT = ".exe" if sysplatform == "win32" else ""
1414
if sysplatform == "win32":
1515
HUGO_PLATFORM = "windows"

0 commit comments

Comments
 (0)