1
0

feat: lowercase release strings

This commit is contained in:
dump_stack() 2023-05-13 19:08:46 +00:00
parent d0693e64c4
commit 0bf2acb043
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC

View File

@ -33,18 +33,18 @@ const (
var ReleaseStrings = [...]string{ var ReleaseStrings = [...]string{
"", "",
"Buzz", "buzz",
"Hamm", "hamm",
"Woody", "woody",
"Etch", "etch",
"Lenny", "lenny",
"Squeeze", "squeeze",
"Wheezy", "wheezy",
"Jessie", "jessie",
"Stretch", "stretch",
"Buster", "buster",
"Bullseye", "bullseye",
"Bookworm", "bookworm",
} }
func (cn Release) String() string { func (cn Release) String() string {