From eb191791e4a7759c7eb101c959fbed979ef82bb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Nied=C5=BAwiedzi=C5=84ski?= Date: Sat, 3 Apr 2021 16:13:05 +0200 Subject: [PATCH] Version bump --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 77e2bbe..f73f70e 100644 --- a/main.cpp +++ b/main.cpp @@ -6,7 +6,7 @@ #include "hooks.h" #include "libthinkpad.h" -#define VERSION "1.21" +#define VERSION "1.3" using ThinkPad::PowerManagement::ACPI; using ThinkPad::PowerManagement::ACPIEvent;