Skip to content

Commit

Permalink
Bump minimal hugo version to 0.79
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-shpak committed Nov 2, 2022
1 parent 1318a71 commit 412f140
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
hugo-version:
- 'latest'
- '0.68.0'
- '0.79.0'
steps:
- uses: actions/checkout@v2

Expand Down
4 changes: 2 additions & 2 deletions README.md
@@ -1,6 +1,6 @@
# Hugo Book Theme

[![Hugo](https://img.shields.io/badge/hugo-0.68-blue.svg)](https://gohugo.io)
[![Hugo](https://img.shields.io/badge/hugo-0.79-blue.svg)](https://gohugo.io)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
![Build with Hugo](https://github.com/alex-shpak/hugo-book/workflows/Build%20with%20Hugo/badge.svg)

Expand Down Expand Up @@ -33,7 +33,7 @@

## Requirements

- Hugo 0.68 or higher
- Hugo 0.79 or higher
- Hugo extended version, read more [here](https://gohugo.io/news/0.48-relnotes/)

## Installation
Expand Down

0 comments on commit 412f140

Please sign in to comment.