From 77fdc1854530d6b181f2ee473ec57609b78ff2cc Mon Sep 17 00:00:00 2001 From: es3n1n Date: Sun, 13 Jul 2025 04:20:55 +0200 Subject: [PATCH] chore: bump to 1.4.0 --- cxx-shared/shared/strings.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cxx-shared/shared/strings.hpp b/cxx-shared/shared/strings.hpp index 9b6248c..711ceac 100644 --- a/cxx-shared/shared/strings.hpp +++ b/cxx-shared/shared/strings.hpp @@ -5,7 +5,7 @@ namespace strings { constexpr std::string_view kProjectName = "defendnot"; constexpr std::string_view kRepoUrl = "https://github.com/es3n1n/defendnot"; - constexpr std::string_view kVersion = "1.3.0"; + constexpr std::string_view kVersion = "1.4.0"; constexpr std::string_view kDefaultAVName = "dnot.sh";