From c1dcf9f8d78058f70ebab0684e0e2e7d7bc7a6b4 Mon Sep 17 00:00:00 2001 From: qicosmos Date: Fri, 7 Jun 2024 23:20:01 +0800 Subject: [PATCH] update version to 0.3.0 --- include/ylt/version.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ylt/version.hpp b/include/ylt/version.hpp index 3e494fbcf..579bd3356 100644 --- a/include/ylt/version.hpp +++ b/include/ylt/version.hpp @@ -20,4 +20,4 @@ // YLT_VERSION % 100 is the sub-minor version // YLT_VERSION / 100 % 1000 is the minor version // YLT_VERSION / 100000 is the major version -#define YLT_VERSION 302 // 0.3.2 \ No newline at end of file +#define YLT_VERSION 303 // 0.3.3 \ No newline at end of file