From d2341ae2271517165d7a2304927dbd717d04d66d Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Fri, 21 Jul 2023 03:08:06 +1000 Subject: [PATCH] Bumped version number --- source/toy_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/toy_common.h b/source/toy_common.h index 3f24862..a89bd82 100644 --- a/source/toy_common.h +++ b/source/toy_common.h @@ -64,7 +64,7 @@ The current patch version of Toy. This value is embedded into the bytecode. This value MUST fit into an unsigned char. !*/ -#define TOY_VERSION_PATCH 6 +#define TOY_VERSION_PATCH 7 /*! ### TOY_VERSION_BUILD