fix: fix version logic

This commit is contained in:
Tsubasa6848
2024-05-13 20:39:38 +08:00
Unverified
parent ce6049cfe9
commit 531ee704ac
5 changed files with 12 additions and 22 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
#define PLUGIN_NAME fmt::format(fg(fmt::color::light_green), "GMLIB-LRCA")
#define LIB_VERSION GMLIB::Version(0, 12, 4)
#define LIB_VERSION GMLIB::Version(0, 12, 5)
extern ll::Logger logger;