From 034590609a65530e4baaadb094222d3c76ec3b80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Fri, 9 Feb 2024 21:18:36 +0100 Subject: [PATCH] Bump version to 2.6.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- pihole_adlist_tool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pihole_adlist_tool b/pihole_adlist_tool index f82d71c..4859c21 100755 --- a/pihole_adlist_tool +++ b/pihole_adlist_tool @@ -1,6 +1,6 @@ #!/bin/bash -PIHOLE_ADLIST_TOOL_VERSION="2.6.3" +PIHOLE_ADLIST_TOOL_VERSION="2.6.5" # define path to pihole's databases and temporary database TEMP_DB="/tmp/temp.db"