Skip to content

Commit

Permalink
Bump version to 4.0-beta \o/
Browse files Browse the repository at this point in the history
At long last!

We're now pretty much feature complete (with a few exceptions which might
still make their way to future betas) and ready to move on to the consolidation
and bugfixing beta phase.

The API is more or less settled for 4.0, though we still reserve the right to
do changes if we see that it's really for the better - but from here on we'll
do our best to ensure that early adopters of 4.0 beta have an easy upgrade path
to future beta and eventually stable releases.

A million of thanks to all contributors who worked so hard on shaping Godot 4.0
over the past 3 years! Git counts nearly a thousand of you authoring close to
11,000 unique commits (excluding merge commits). You're all breathtaking! <3
  • Loading branch information
akien-mga committed Sep 14, 2022
1 parent 51082d6 commit 20d6672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
major = 4
minor = 0
patch = 0
status = "alpha"
status = "beta"
module_config = ""
year = 2022
website = "https://godotengine.org"
Expand Down

0 comments on commit 20d6672

Please sign in to comment.