Reinstating comment that is still accurate

Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
This commit is contained in:
Bridget Kromhout 2020-07-14 11:05:37 -05:00
parent bf96db7e8a
commit c709e10b32
No known key found for this signature in database
GPG key ID: 7D8605B545A76BAF

View file

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