1
0
Fork 0

Revert "feat: numerical release strings"

This reverts commit 330519f617.
master
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{ 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 {