From d6748c13deabeccf2876d792652c2f87105b17df Mon Sep 17 00:00:00 2001 From: Ramon Asuncion Date: Thu, 28 May 2026 10:33:47 -0400 Subject: [PATCH] Bump version to 0.3-WIP / 0.3git after 0.2 release --- compiler/ceramic.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/ceramic.hpp b/compiler/ceramic.hpp index 9363bbc70..134d54572 100644 --- a/compiler/ceramic.hpp +++ b/compiler/ceramic.hpp @@ -145,8 +145,8 @@ inline long double ceramic_cimag(const ceramic_cldouble &c) { return c.imag(); } #endif -#define CERAMIC_LANGUAGE_VERSION "0.2-WIP" -#define CERAMIC_COMPILER_VERSION "0.2git" +#define CERAMIC_LANGUAGE_VERSION "0.3-WIP" +#define CERAMIC_COMPILER_VERSION "0.3git" namespace ceramic { //