rtl: 0.13.1 -> 0.13.2

This commit is contained in:
Erik Arvstedt 2022-12-20 23:23:24 +01:00
parent 932e4c93bc
commit 314020b246
No known key found for this signature in database
GPG key ID: 33312B944DD97846
2 changed files with 6 additions and 17 deletions

View file

@ -2,7 +2,7 @@
set -euo pipefail
. "${BASH_SOURCE[0]%/*}/../../helper/run-in-nix-env" "gnupg wget gnused" "$@"
version="0.13.1"
version="0.13.2"
repo=https://github.com/Ride-The-Lightning/RTL
scriptDir=$(cd "${BASH_SOURCE[0]%/*}" && pwd)