Clarify comments to match practice

Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
This commit is contained in:
Bridget Kromhout 2020-07-13 15:31:26 -05:00
parent 298f574606
commit fe40c4bf84
No known key found for this signature in database
GPG key ID: 7D8605B545A76BAF

View file

@ -25,11 +25,9 @@ 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.
// Increment patch number for critical fixes to existing releases.
version = "v3.3"
// metadata is extra build time data