From c16d5130449a3da520f1a83a4e3388cfebe86247 Mon Sep 17 00:00:00 2001 From: iWas-Coder Date: Wed, 18 Dec 2024 15:08:57 +0100 Subject: [PATCH] Carbon 0.10-alpha --- carbon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/carbon.h b/carbon.h index 65e0b5b..471a7c1 100644 --- a/carbon.h +++ b/carbon.h @@ -32,7 +32,7 @@ #pragma once #define CARBON_VERSION_MAJOR 0 -#define CARBON_VERSION_MINOR 9 +#define CARBON_VERSION_MINOR 10 // TODO: handle patch version number as well // #define CARBON_VERSION_PATCH #define CARBON_VERSION_EXTRA "alpha"