feat: numerical release strings
This commit is contained in:
parent
7ca989fd8d
commit
330519f617
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user