From f7bbdf23525c0657ad6abdc0eac4e4a54695900d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 12:04:27 +0100 Subject: [PATCH] chore: Bump clangd to 17.0.3 (#22) Co-authored-by: LDAP --- modules/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/version.py b/modules/version.py index d330a83..18284b3 100644 --- a/modules/version.py +++ b/modules/version.py @@ -1,3 +1,3 @@ # This file is auto-generated by scripts/update_version.py -CLANGD_VERSION = (16, 0, 2) +CLANGD_VERSION = (17, 0, 3)