Skip to content

Commit ebc2ce3

Browse files
committed
Bump doc version to v1.0
1 parent 12fd9d0 commit ebc2ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/limbo_utility.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ using namespace godot;
3636

3737
#define LOGICAL_XOR(a, b) (a) ? !(b) : (b)
3838

39-
#define LIMBO_DOC_VERSION "latest"
39+
#define LIMBO_DOC_VERSION "v1.0"
4040

4141
class LimboUtility : public Object {
4242
GDCLASS(LimboUtility, Object);

0 commit comments

Comments
 (0)