Skip to content

Commit 6faf1d0

Browse files
committed
version bump to v0.15
1 parent 9c1319c commit 6faf1d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎helpers/hugo.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919

2020
// this should be the only one
2121
const HugoVersionNumber = 0.15
22-
const HugoVersionSuffix = "-DEV" // blank this when doing a release
22+
const HugoVersionSuffix = "" // blank this when doing a release
2323

2424
// HugoVersion returns the current Hugo version. It will include
2525
// a suffix, typically '-DEV', if it's development version.

0 commit comments

Comments
 (0)