From 4c50364997d94490b8652f552e8ea2690360708f Mon Sep 17 00:00:00 2001 From: Anjal Doshi Date: Fri, 9 Feb 2024 14:47:47 -0800 Subject: [PATCH] Bump plugin version to 0.6.4 --- Source/NeuropixThread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/NeuropixThread.h b/Source/NeuropixThread.h index a2af15c..be5a3da 100644 --- a/Source/NeuropixThread.h +++ b/Source/NeuropixThread.h @@ -31,7 +31,7 @@ #include "NeuropixComponents.h" -#define PLUGIN_VERSION "0.6.3" +#define PLUGIN_VERSION "0.6.4" class SourceNode; class NeuropixThread;