From 3561aad240d1b8cd242d327efe40119d24d19a79 Mon Sep 17 00:00:00 2001 From: iWas-Coder Date: Sun, 16 Jun 2024 00:01:08 +0200 Subject: [PATCH] Carbon 0.3-alpha --- carbon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/carbon.h b/carbon.h index af53989..4f2d225 100644 --- a/carbon.h +++ b/carbon.h @@ -21,7 +21,7 @@ #pragma once -#define CARBON_VERSION "v0.2-alpha" +#define CARBON_VERSION "v0.3-alpha" #include "include/carbon_log.h" #include "include/carbon_junit.h"