1
0
Fork 0

feat: numerical release strings

master
dump_stack() 2023-05-23 17:48:15 +00:00
parent 7ca989fd8d
commit 330519f617
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{ var ReleaseStrings = [...]string{
"", "",
"buzz", "1", // "buzz",
"hamm", "2", // "hamm",
"woody", "3", // "woody",
"etch", "4", // "etch",
"lenny", "5", // "lenny",
"squeeze", "6", // "squeeze",
"wheezy", "7", // "wheezy",
"jessie", "8", // "jessie",
"stretch", "9", // "stretch",
"buster", "10", // "buster",
"bullseye", "11", // "bullseye",
"bookworm", "12", // "bookworm",
} }
func (cn Release) String() string { func (cn Release) String() string {