From dd9448f7252bf47875e91d6e89493f1c316121d8 Mon Sep 17 00:00:00 2001 From: Max Hilbrunner Date: Thu, 15 Aug 2024 14:16:05 +0200 Subject: [PATCH] Bump version --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 49616ce43..2b4a71149 100644 --- a/conf.py +++ b/conf.py @@ -194,7 +194,7 @@ html_context = { # Set this to `True` when in the `latest` branch to clearly indicate to the reader # that they are not reading the `stable` documentation. "godot_is_latest": True, - "godot_version": "4.3", + "godot_version": "4.4", # Enables a banner that displays the up-to-date status of each article. "godot_show_article_status": True, # Display user-contributed notes at the bottom of pages that don't have `:allow_comments: False` at the top.