From: momoyon Date: Sat, 10 May 2025 05:55:45 +0000 (+0500) Subject: [main.c] Bump Compiler Version X-Git-Url: https://www.git.momoyon.org/?a=commitdiff_plain;h=ceb31b07c23d766a358cd5e3d737841801a72c4c;p=lang.git [main.c] Bump Compiler Version --- diff --git a/main.c b/main.c index 145ade7..c50040b 100644 --- a/main.c +++ b/main.c @@ -21,7 +21,7 @@ #define log_debug(...) #endif -#define COMPILER_VERSION "v0.0.6" +#define COMPILER_VERSION "v0.0.7" static bool DEBUG_PRINT = false;