switch to version numbers fixes #376 (#377)

This commit is contained in:
Alan Pope 2022-02-22 12:53:05 +00:00 committed by GitHub
parent 5cf883a73a
commit 3ef1bfa003
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -514,10 +514,10 @@ function releases_tails() {
} }
function releases_ubuntu() { function releases_ubuntu() {
echo bionic \ echo 18.04 \
focal \ 20.04 \
hirsute \ 21.04 \
impish \ 21.10 \
devel \ devel \
canary canary
} }