Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
Hugo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Synced
Hugo
Commits
ad5bcaf1
Commit
ad5bcaf1
authored
7 years ago
by
bep
Browse files
Options
Downloads
Patches
Plain Diff
releaser: Bump versions for release of 0.20.4
[ci skip]
parent
275bcf56
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
commands/new.go
+1
-1
1 addition, 1 deletion
commands/new.go
docs/config.toml
+1
-1
1 addition, 1 deletion
docs/config.toml
helpers/hugo.go
+1
-1
1 addition, 1 deletion
helpers/hugo.go
snapcraft.yaml
+1
-1
1 addition, 1 deletion
snapcraft.yaml
with
4 additions
and
4 deletions
commands/new.go
+
1
−
1
View file @
ad5bcaf1
...
...
@@ -320,7 +320,7 @@ description = ""
homepage = "http://siteforthistheme.com/"
tags = []
features = []
min_version = "0.20.
3
"
min_version = "0.20.
4
"
[author]
name = ""
...
...
This diff is collapsed.
Click to expand it.
docs/config.toml
+
1
−
1
View file @
ad5bcaf1
...
...
@@ -9,7 +9,7 @@ pluralizeListTitles = false
[params]
description
=
"Documentation of Hugo, a fast and flexible static site generator built with love by spf13, bep and friends in Go"
author
=
"Steve Francia (spf13) and friends"
release
=
"0.20.
3
"
release
=
"0.20.
4
"
[taxonomies]
tag
=
"tags"
...
...
This diff is collapsed.
Click to expand it.
helpers/hugo.go
+
1
−
1
View file @
ad5bcaf1
...
...
@@ -66,7 +66,7 @@ func (v HugoVersion) NextPatchLevel(level int) HugoVersion {
// This should be the only one.
var
CurrentHugoVersion
=
HugoVersion
{
Number
:
0.20
,
PatchLevel
:
3
,
PatchLevel
:
4
,
Suffix
:
""
,
}
...
...
This diff is collapsed.
Click to expand it.
snapcraft.yaml
+
1
−
1
View file @
ad5bcaf1
name
:
hugo
version
:
"
0.20.
3
"
version
:
"
0.20.
4
"
summary
:
Fast and Flexible Static Site Generator
description
:
|
Hugo is a static HTML and CSS website generator written in Go. It is
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment