From 56ce1c9bd641edfd6eb3bf5f874b259eac8d05e4 Mon Sep 17 00:00:00 2001 From: iWas-Coder Date: Thu, 6 Jun 2024 01:52:41 +0200 Subject: [PATCH] Carbon 0.2-alpha --- carbon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/carbon.h b/carbon.h index c8a2b85..cb3d392 100644 --- a/carbon.h +++ b/carbon.h @@ -21,7 +21,7 @@ #pragma once -#define CARBON_VERSION "v0.1-alpha" +#define CARBON_VERSION "v0.2-alpha" #include "include/carbon_log.h" #include "include/carbon_should.h"