summaryrefslogtreecommitdiffstats
path: root/version.py
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-10-11 22:52:11 +0200
committerRémi Verschelde <rverschelde@gmail.com>2023-10-11 22:52:11 +0200
commit1ff9123f2174a3e68c0625931113474bc0a145dd (patch)
treece04e13e4e5947f9ea7ea52f3f2e1cb377f9f0e0 /version.py
parent9e02dcd44c87efd9a6a49f4c410857a41040b44a (diff)
downloadredot-engine-1ff9123f2174a3e68c0625931113474bc0a145dd.tar.gz
Bump version to 4.2-beta
The feature freeze for 4.2 is now official, from here on we'll focus only on fixing bugs to stabilize the development branch and release 4.2-stable within a month.
Diffstat (limited to 'version.py')
-rw-r--r--version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.py b/version.py
index 1ba2f6685f..61870c5bcd 100644
--- a/version.py
+++ b/version.py
@@ -3,7 +3,7 @@ name = "Godot Engine"
major = 4
minor = 2
patch = 0
-status = "dev"
+status = "beta"
module_config = ""
year = 2023
website = "https://godotengine.org"