From 8caf7550163c8294b6795394aad6f87470c015a2 Mon Sep 17 00:00:00 2001 From: es3n1n Date: Fri, 16 May 2025 19:40:06 +0900 Subject: [PATCH] build: bump version --- cxx-shared/shared/names.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cxx-shared/shared/names.hpp b/cxx-shared/shared/names.hpp index 833aaf6..3efc248 100644 --- a/cxx-shared/shared/names.hpp +++ b/cxx-shared/shared/names.hpp @@ -8,5 +8,5 @@ namespace names { constexpr std::string_view kVictimProcess = "Taskmgr.exe"; constexpr std::string_view kDllName = "defendnot.dll"; - constexpr std::string_view kVersion = "1.0.0"; + constexpr std::string_view kVersion = "1.1.0"; } // namespace names