From ebc2ce310f2f067e97d23fc8a17fc609cdaab149 Mon Sep 17 00:00:00 2001 From: Serhii Snitsaruk Date: Thu, 21 Mar 2024 21:42:54 +0100 Subject: [PATCH] Bump doc version to v1.0 --- 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 9dfff0e..e08eaad 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 "latest" +#define LIMBO_DOC_VERSION "v1.0" class LimboUtility : public Object { GDCLASS(LimboUtility, Object);