Merge pull request #33 from es3n1n/bump-1-3-0

build: bump version
This commit is contained in:
Arsenii es3n1n
2025-05-31 14:28:47 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ An even funnier way to disable windows defender.
Defendnot is a successor of [no-defender](https://github.com/es3n1n/no-defender). Defendnot is a successor of [no-defender](https://github.com/es3n1n/no-defender).
![](https://i.imgur.com/epX8wkd.jpeg) ![](https://i.imgur.com/F9gWA92.png)
> [!CAUTION] > [!CAUTION]
> **Permitted Use Notice**: > **Permitted Use Notice**:

View File

@@ -5,7 +5,7 @@
namespace strings { namespace strings {
constexpr std::string_view kProjectName = "defendnot"; constexpr std::string_view kProjectName = "defendnot";
constexpr std::string_view kRepoUrl = "https://github.com/es3n1n/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"; constexpr std::string_view kDefaultAVName = "dnot.sh";