Skip to content

Commit

Permalink
releaser: Bump versions for release of 0.24.1
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
bep committed Jun 24, 2017
1 parent 93a6099 commit 63a51dc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion commands/new.go
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ description = ""
homepage = "http://siteforthistheme.com/"
tags = []
features = []
min_version = "0.24"
min_version = "0.24.1"
[author]
name = ""
Expand Down
2 changes: 1 addition & 1 deletion docs
Submodule docs updated 1 files
+1 −1 config.toml
2 changes: 1 addition & 1 deletion helpers/hugo.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func (v HugoVersion) NextPatchLevel(level int) HugoVersion {
// This should be the only one.
var CurrentHugoVersion = HugoVersion{
Number: 0.24,
PatchLevel: 0,
PatchLevel: 1,
Suffix: "",
}

Expand Down
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: hugo
version: "0.24"
version: "0.24.1"
summary: Fast and Flexible Static Site Generator
description: |
Hugo is a static HTML and CSS website generator written in Go. It is
Expand Down

0 comments on commit 63a51dc

Please sign in to comment.