From c709e10b3204b823f7e00bae8ca59b6db65e9865 Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Tue, 14 Jul 2020 11:05:37 -0500 Subject: [PATCH] Reinstating comment that is still accurate Signed-off-by: Bridget Kromhout --- internal/version/version.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/version/version.go b/internal/version/version.go index 6154ff3a4..2941bb489 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -25,6 +25,7 @@ import ( var ( // version is the current version of Helm. // Update this whenever making a new release. + // The version is of the format Major.Minor.Patch[-Prerelease][+BuildMetadata] // // Increment major number for new feature additions and behavioral changes. // Increment minor number for bug fixes and performance enhancements.