Skip to content

Commit 18171b6

Browse files
committed
Add GD._VERSION
1 parent f11b44a commit 18171b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/late_globals.lua

+2
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ GD = {
4848
PropertyHint = PropertyHint,
4949
--- `Enumerations.PropertyUsage`
5050
PropertyUsage = PropertyUsage,
51+
--- Project version: 0.1.0
52+
_VERSION = '0.1.0',
5153
}
5254

5355
local global_constants = api.godot_get_global_constants()

0 commit comments

Comments
 (0)