From 0c9be5724fbf48b8bf6da35696557542cdfd7047 Mon Sep 17 00:00:00 2001 From: es3n1n Date: Sun, 23 Nov 2025 19:06:47 +0100 Subject: [PATCH] chore: bump to 1.5.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 711ceac..b288bd3 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.4.0"; + constexpr std::string_view kVersion = "1.5.0"; constexpr std::string_view kDefaultAVName = "dnot.sh";