From 33fedfb8f624e9cfae4731a7ed7299dd92cdc353 Mon Sep 17 00:00:00 2001 From: Shaun Agius Date: Mon, 9 Oct 2023 14:04:38 +0000 Subject: [PATCH] [skip ci] Update Release Hash for v3.7.9 --- qBitrr/bundled_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qBitrr/bundled_data.py b/qBitrr/bundled_data.py index 4998d498..c6ddc9d4 100644 --- a/qBitrr/bundled_data.py +++ b/qBitrr/bundled_data.py @@ -1,5 +1,5 @@ version = "3.7.9" -git_hash = "9feda1d" +git_hash = "be78141" license_text = ( "Licence can be found on:\n\nhttps://github.com/Feramance/qBitrr/blob/master/LICENSE" )