Clarify comments to match practice

Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
pull/8443/head
Bridget Kromhout 5 years ago
parent 298f574606
commit fe40c4bf84
No known key found for this signature in database
GPG Key ID: 7D8605B545A76BAF

@ -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

Loading…
Cancel
Save