From 0b09bd6ad58fa8313791bf3b8880f4e76c14893a Mon Sep 17 00:00:00 2001 From: es3n1n Date: Sat, 31 May 2025 14:28:05 +0200 Subject: [PATCH] build: bump version --- 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 823dcda..9b6248c 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.2.0"; + constexpr std::string_view kVersion = "1.3.0"; constexpr std::string_view kDefaultAVName = "dnot.sh";