From 6bcc5ad8b2e45b497e83a1d53f7a60de7d08c9c5 Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Mon, 21 Oct 2019 09:47:26 +0000 Subject: releaser: Prepare repository for 0.60.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 2436fe935..2a2b6cc59 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.59, + Number: 0.60, PatchLevel: 0, - Suffix: "", + Suffix: "-DEV", } -- cgit v1.2.3