fix: fix version

This commit is contained in:
Tsubasa6848
2024-05-27 20:33:44 +08:00
Unverified
parent 1929e0b99d
commit 35f75bd959
3 changed files with 19 additions and 15 deletions
+5 -1
View File
@@ -5,7 +5,11 @@
#define PLUGIN_NAME fmt::format(fg(fmt::color::light_green), "GMLIB-LRCA")
#define LIB_VERSION GMLIB::Version(0, 12, 6)
#define LIB_VERSION_MAJOR 0
#define LIB_VERSION_MINOR 12
#define LIB_VERSION_PATCH 7
#define LIB_VERSION GMLIB::Version(LIB_VERSION_MAJOR, LIB_VERSION_MINOR, LIB_VERSION_PATCH)
extern ll::Logger logger;