We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b39b395 commit a16eb65Copy full SHA for a16eb65
src/cli.cpp
@@ -48,7 +48,7 @@
48
49
#include "vmaware.hpp"
50
51
-constexpr const char* ver = "2.4.0";
+constexpr const char* ver = "2.4.1";
52
constexpr const char* date = "June 2025";
53
54
std::string bold = "\033[1m";
src/vmaware.hpp
@@ -4,7 +4,7 @@
4
* ██║ ██║██╔████╔██║███████║██║ █╗ ██║███████║██████╔╝█████╗
5
* ╚██╗ ██╔╝██║╚██╔╝██║██╔══██║██║███╗██║██╔══██║██╔══██╗██╔══╝
6
* ╚████╔╝ ██║ ╚═╝ ██║██║ ██║╚███╔███╔╝██║ ██║██║ ██║███████╗
7
- * ╚═══╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚══╝╚══╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝ Experimental post-2.4.0 (June 2025)
+ * ╚═══╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚══╝╚══╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝ 2.4.1 (June 2025)
8
*
9
* C++ VM detection library
10
0 commit comments