Bump doc version

This commit is contained in:
Serhii Snitsaruk 2024-05-12 17:34:12 +02:00
parent ba467ad62c
commit e55611a1a9
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 LIMBO_DOC_VERSION "v1.0"
#define LIMBO_DOC_VERSION "latest"
class LimboUtility : public Object {
GDCLASS(LimboUtility, Object);