Bump doc version to v1.0

This commit is contained in:
Serhii Snitsaruk 2024-03-21 21:42:54 +01:00
parent 12fd9d00d6
commit ebc2ce310f
No known key found for this signature in database
GPG Key ID: A965EF8799FFEC2D
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ using namespace godot;
#define LOGICAL_XOR(a, b) (a) ? !(b) : (b) #define LOGICAL_XOR(a, b) (a) ? !(b) : (b)
#define LIMBO_DOC_VERSION "latest" #define LIMBO_DOC_VERSION "v1.0"
class LimboUtility : public Object { class LimboUtility : public Object {
GDCLASS(LimboUtility, Object); GDCLASS(LimboUtility, Object);