From: ahmedsamyh Date: Fri, 11 Apr 2025 14:28:34 +0000 (+0500) Subject: bump compiler version X-Git-Url: https://www.git.momoyon.org/?a=commitdiff_plain;h=44b37889bafda44561b36000b3af54eaabda0f3a;p=lang.git bump compiler version --- diff --git a/main.c b/main.c index d5cdaba..d50646a 100644 --- a/main.c +++ b/main.c @@ -8,7 +8,7 @@ #define error log_error #define info log_info -#define COMPILER_VERSION "v0.0.3" +#define COMPILER_VERSION "v0.0.5" static bool DEBUG_PRINT = false;