Update stable to 22.2.2 (#1631)

This commit is contained in:
J0WI 2021-11-13 21:44:17 +00:00 committed by GitHub
parent dc24ba0fcb
commit e26adedbdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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