mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
Merge branch 'release-0.96.0'
This commit is contained in:
commit
ed9aa374dd
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ package hugo
|
||||||
// CurrentVersion represents the current build version.
|
// CurrentVersion represents the current build version.
|
||||||
// This should be the only one.
|
// This should be the only one.
|
||||||
var CurrentVersion = Version{
|
var CurrentVersion = Version{
|
||||||
Number: 0.96,
|
Number: 0.97,
|
||||||
PatchLevel: 0,
|
PatchLevel: 0,
|
||||||
Suffix: "-DEV",
|
Suffix: "-DEV",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue