From f669f2d27a1641d1e380e29f7c0f264eff83f020 Mon Sep 17 00:00:00 2001 From: Benedict Etzel Date: Wed, 17 Apr 2024 00:08:57 +0200 Subject: [PATCH] feat: bump min_required_version for Bob's Buddy --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 3d31258..e093765 100644 --- a/config.json +++ b/config.json @@ -13,7 +13,7 @@ }, "bobs_buddy": { "disabled": false, - "min_required_version": "1.22.8", + "min_required_version": "1.25.4", "sentry_reporting": true, "metric_sampling": 1, "log_lines_kept": 150,