Bump version to v3

This commit is contained in:
ChaoticByte 2024-06-10 16:20:04 +02:00
parent 3709a283a1
commit 04930cf2dd
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
extends Label
func _ready():
text = "v" + ProjectSettings.get_setting("application/config/version")
text = ProjectSettings.get_setting("application/config/version")