From b90284285dc3cd68e8d616f4e0a254197685c7c9 Mon Sep 17 00:00:00 2001 From: Yuri Sizov Date: Wed, 29 Nov 2023 14:31:56 +0100 Subject: [PATCH] Bump master version to 4.3 --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 57f7cc702..d46d3d1c0 100644 --- a/conf.py +++ b/conf.py @@ -193,7 +193,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.2", + "godot_version": "4.3", # Enables a banner that displays the up-to-date status of each article. "godot_show_article_status": True, }