From bd35d725e4f619b8982657695be8d46af84a639a Mon Sep 17 00:00:00 2001 From: Pavel Kulik Date: Wed, 1 May 2024 01:10:06 -0700 Subject: [PATCH] Bump plugin version to 0.6.5 --- Source/NeuropixThread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/NeuropixThread.h b/Source/NeuropixThread.h index be5a3da..9731240 100644 --- a/Source/NeuropixThread.h +++ b/Source/NeuropixThread.h @@ -31,7 +31,7 @@ #include "NeuropixComponents.h" -#define PLUGIN_VERSION "0.6.4" +#define PLUGIN_VERSION "0.6.5" class SourceNode; class NeuropixThread;