From 15073afe3856abd2aa1622492fe50026c7d63dc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Tue, 16 Apr 2024 13:48:19 +0200 Subject: [PATCH] Bump version to 4.2.2-stable --- CHANGELOG.md | 2 +- version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2618ccfd7e61..6ed72267e916 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ previous feature release. It is equivalent to the listings on our Changelogs for earlier feature releases are available in their respective Git branches, and linked at the [end of this file](#Past-releases). -## 4.2.2 - TBA +## 4.2.2 - 2024-04-17 - [Interactive changelog](https://godotengine.github.io/godot-interactive-changelog/#4.2.2) diff --git a/version.py b/version.py index c846d228cdf0..48d4acf372e7 100644 --- a/version.py +++ b/version.py @@ -3,7 +3,7 @@ major = 4 minor = 2 patch = 2 -status = "rc" +status = "stable" module_config = "" year = 2024 website = "https://godotengine.org"