Remove now unused year member from version.py

We changed copyright to use "present" for the current year, so we no
longer need to hardcode this and (like now) forget to bump it yearly.
This commit is contained in:
Rémi Verschelde 2024-01-24 21:08:15 +01:00
parent 4b6ad34988
commit e0dc23367c
No known key found for this signature in database
GPG key ID: C3336907360768E1
8 changed files with 17 additions and 26 deletions

View file

@ -5,6 +5,5 @@ minor = 3
patch = 0
status = "dev"
module_config = ""
year = 2023
website = "https://godotengine.org"
docs = "latest"