Revert "feat: numerical release strings"
This reverts commit 330519f617
.
This commit is contained in:
parent
330519f617
commit
e302c447f5
@ -105,18 +105,18 @@ const (
|
|||||||
|
|
||||||
var ReleaseStrings = [...]string{
|
var ReleaseStrings = [...]string{
|
||||||
"",
|
"",
|
||||||
"1", // "buzz",
|
"buzz",
|
||||||
"2", // "hamm",
|
"hamm",
|
||||||
"3", // "woody",
|
"woody",
|
||||||
"4", // "etch",
|
"etch",
|
||||||
"5", // "lenny",
|
"lenny",
|
||||||
"6", // "squeeze",
|
"squeeze",
|
||||||
"7", // "wheezy",
|
"wheezy",
|
||||||
"8", // "jessie",
|
"jessie",
|
||||||
"9", // "stretch",
|
"stretch",
|
||||||
"10", // "buster",
|
"buster",
|
||||||
"11", // "bullseye",
|
"bullseye",
|
||||||
"12", // "bookworm",
|
"bookworm",
|
||||||
}
|
}
|
||||||
|
|
||||||
func (cn Release) String() string {
|
func (cn Release) String() string {
|
||||||
|
Loading…
Reference in New Issue
Block a user