Update stable tag to 20.0.9 (#1470)

Signed-off-by: Florian Friedrich <ffried@me.com>
This commit is contained in:
Florian Friedrich 2021-04-09 13:32:17 +02:00 committed by GitHub
parent 3235316659
commit ede3bdc0cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
set -Eeuo pipefail
stable_channel='20.0.8'
stable_channel='20.0.9'
self="$(basename "$BASH_SOURCE")"
cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"