rtl: 0.13.0 -> 0.13.1

This commit is contained in:
Erik Arvstedt 2022-08-27 14:08:47 +02:00
parent ae76fbbc4b
commit c3769014b1
No known key found for this signature in database
GPG key ID: 33312B944DD97846
2 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
#! nix-shell -i bash -p gnupg wget gnused
set -euo pipefail
version="0.13.0"
version="0.13.1"
repo=https://github.com/Ride-The-Lightning/RTL
scriptDir=$(cd "${BASH_SOURCE[0]%/*}" && pwd)