From 3bc34666c8daf29aa64f834f14f753714bc890f4 Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Thu, 10 Mar 2022 10:25:00 +0000 Subject: releaser: Prepare repository for 0.95.0-DEV [ci skip] --- common/hugo/version_current.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common') diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go index 6ed8c4996..5b836cb03 100644 --- a/common/hugo/version_current.go +++ b/common/hugo/version_current.go @@ -16,7 +16,7 @@ package hugo // CurrentVersion represents the current build version. // This should be the only one. var CurrentVersion = Version{ - Number: 0.94, + Number: 0.95, PatchLevel: 0, - Suffix: "", + Suffix: "-DEV", } -- cgit v1.2.3