diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/hugo/version_current.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go index 54c2b4770..0b21f72d2 100644 --- a/common/hugo/version_current.go +++ b/common/hugo/version_current.go @@ -18,5 +18,5 @@ package hugo var CurrentVersion = Version{ Number: 0.78, PatchLevel: 0, - Suffix: "-DEV", + Suffix: "", } |