From dfaae570779b2f942f262d14a5654f25a7a31224 Mon Sep 17 00:00:00 2001 From: es3n1n Date: Tue, 20 May 2025 15:35:36 +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 3efc248..380d442 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.1.0"; + constexpr std::string_view kVersion = "1.2.0"; } // namespace names