Skip to content

Commit a16eb65

Browse files
author
Requiem
committed
updated version
1 parent b39b395 commit a16eb65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cli.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
#include "vmaware.hpp"
5050

51-
constexpr const char* ver = "2.4.0";
51+
constexpr const char* ver = "2.4.1";
5252
constexpr const char* date = "June 2025";
5353

5454
std::string bold = "\033[1m";

src/vmaware.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* ██║ ██║██╔████╔██║███████║██║ █╗ ██║███████║██████╔╝█████╗
55
* ╚██╗ ██╔╝██║╚██╔╝██║██╔══██║██║███╗██║██╔══██║██╔══██╗██╔══╝
66
* ╚████╔╝ ██║ ╚═╝ ██║██║ ██║╚███╔███╔╝██║ ██║██║ ██║███████╗
7-
* ╚═══╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚══╝╚══╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝ Experimental post-2.4.0 (June 2025)
7+
* ╚═══╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚══╝╚══╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝ 2.4.1 (June 2025)
88
*
99
* C++ VM detection library
1010
*

0 commit comments

Comments
 (0)