diff --git a/distro/debian/debian.go b/distro/debian/debian.go index 46dcb66..48ec47a 100644 --- a/distro/debian/debian.go +++ b/distro/debian/debian.go @@ -105,18 +105,18 @@ const ( var ReleaseStrings = [...]string{ "", - "1", // "buzz", - "2", // "hamm", - "3", // "woody", - "4", // "etch", - "5", // "lenny", - "6", // "squeeze", - "7", // "wheezy", - "8", // "jessie", - "9", // "stretch", - "10", // "buster", - "11", // "bullseye", - "12", // "bookworm", + "buzz", + "hamm", + "woody", + "etch", + "lenny", + "squeeze", + "wheezy", + "jessie", + "stretch", + "buster", + "bullseye", + "bookworm", } func (cn Release) String() string {