From 81865c82e5da866ed76ffc0f419802538a1be701 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sat, 18 Nov 2023 20:45:16 +0100 Subject: [PATCH] Revert "Bump version" This reverts commit 6eeb466010ef93d1deea92f6ecda1e0e99ac8c58. --- src/main.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.h b/src/main.h index b3e5a0e..57accee 100644 --- a/src/main.h +++ b/src/main.h @@ -1,11 +1,11 @@ #pragma once #include "version.h" -#define PLUGIN_VERSION "v0.1.1" +#define PLUGIN_VERSION "v0.1" #define PLUGIN_VERSION_FULL PLUGIN_VERSION PLUGIN_VERSION_EXTRA // Uncomment to log incoming and outgoing packet // #define PACKET_LOGGING // Uncomment to add driver threads to the thread list -// #define SHOW_DRIVER_THREADS +// #define SHOW_DRIVER_THREADS \ No newline at end of file