From 0b99eb7b0cacb170e3318489c46820f31e598993 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sun, 22 Sep 2024 14:45:04 +1000 Subject: [PATCH] Bumped patch version --- 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 7b01fc0..1f61eee 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 1 +#define TOY_VERSION_PATCH 2 /*! ### TOY_VERSION_BUILD