Skip to content

Commit b2fe219

Browse files
author
Requiem
committed
chore: updated version dates
1 parent 51fc700 commit b2fe219

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/cli.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848

4949
#include "vmaware.hpp"
5050

51-
constexpr const char* ver = "2.6.0";
52-
constexpr const char* date = "January 2026";
51+
constexpr const char* ver = "2.7.0";
52+
constexpr const char* date = "April 2026";
5353

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

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.6.0 (April 2026)
7+
* ╚═══╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚══╝╚══╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝ 2.7.0 (April 2026)
88
*
99
* C++ VM detection library
1010
*

0 commit comments

Comments
 (0)