rtl: 0.15.6 -> 0.15.7

This commit is contained in:
Erik Arvstedt
2026-02-06 15:11:14 +01:00
parent 5b532698ce
commit 74d3f3a58d
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
set -euo pipefail
. "${BASH_SOURCE[0]%/*}/../../helper/run-in-nix-env" "gnupg wget gnused" "$@"
version="0.15.6"
version="0.15.7"
repo=https://github.com/Ride-The-Lightning/RTL
scriptDir=$(cd "${BASH_SOURCE[0]%/*}" && pwd)