From 507483841fdfd41179688eeac9b0159b00efb526 Mon Sep 17 00:00:00 2001 From: qicosmos Date: Fri, 26 Apr 2024 11:52:45 +0800 Subject: [PATCH] update --- 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 a0f839084..3e494fbcf 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 000302 // 0.3.2 \ No newline at end of file +#define YLT_VERSION 302 // 0.3.2 \ No newline at end of file