linter problem on comments in version

This commit is contained in:
Michael Shaw 2022-11-04 11:10:23 -04:00
parent 76a5eb1187
commit 1507197397

View File

@ -21,10 +21,10 @@ import (
)
const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 10 // Minor version component of the current release
VersionPatch = 26 // Patch version component of the current release
VersionMeta = "statediff-4.2.2-alpha" // Version metadata to append to the version string
VersionMajor = 1 // Major version component of the current release
VersionMinor = 10 // Minor version component of the current release
VersionPatch = 26 // Patch version component of the current release
VersionMeta = "statediff-4.2.2-alpha" // Version metadata to append to the version string
)
// Version holds the textual version string.