Update year property in version.py to 2024
Seems like we missed this one when changing the copyright statements to use `present` instead of the hardcoded `year`. And backport other minor improvements from #87543.
This commit is contained in:
@ -5,6 +5,6 @@ minor = 6
|
||||
patch = 0
|
||||
status = "beta"
|
||||
module_config = ""
|
||||
year = 2022
|
||||
year = 2024
|
||||
website = "https://godotengine.org"
|
||||
docs = "3.5"
|
||||
|
||||
Reference in New Issue
Block a user