From 5e68ba16df7e9bcbf5b6ee109dc1ad3ccdc00752 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 12:05:42 +0200 Subject: [PATCH] chore: Bump clangd to 16.0.2 (#14) 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 8bd8018..d330a83 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 = (15, 0, 6) +CLANGD_VERSION = (16, 0, 2)