fix(version): fix typo in doc comment

Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
This commit is contained in:
Matthew Fisher 2020-02-07 10:32:37 -08:00
parent d3d1ceab4f
commit 8b6233fc3e
No known key found for this signature in database
GPG key ID: 92AA783CBAAE8E3B

View file

@ -23,7 +23,7 @@ import (
)
var (
// version is the current version of the Helm.
// 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]
//