From e55611a1a9f5ed0aeec3b683a37bdefb63b03187 Mon Sep 17 00:00:00 2001 From: Serhii Snitsaruk Date: Sun, 12 May 2024 17:34:12 +0200 Subject: [PATCH] Bump doc version --- util/limbo_utility.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/limbo_utility.h b/util/limbo_utility.h index e08eaad..9dfff0e 100644 --- a/util/limbo_utility.h +++ b/util/limbo_utility.h @@ -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);