mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
fix(version): fix typo in doc comment
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
This commit is contained in:
parent
d3d1ceab4f
commit
8b6233fc3e
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
//
|
||||
|
|
|
|||
Loading…
Reference in a new issue