diff --git a/validate/validate.go b/validate/validate.go index 9c52b04e..a1b85f91 100644 --- a/validate/validate.go +++ b/validate/validate.go @@ -36,7 +36,7 @@ const Supported = "[Supported, but not recommended]" const Unsupported = "[Unsupported]" const Recommended = "[Supported and recommended]" const Unknown = "[Unknown]" -const VersionFormat = "%d.%d.%s" +const VersionFormat = "%d.%d%s" const OutputFormat = "%s: %s\n\t%s\n\n" func getMajorMinor(version string) (int, int, error) {