1
0
Fork 0

Revert "feat: numerical release strings"

This reverts commit 330519f617.
timestamps
dump_stack() 2023-05-23 17:53:58 +00:00
parent 330519f617
commit e302c447f5
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 12 additions and 12 deletions

View File

@ -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 {