Skip to content

Commit

Permalink
Bump plugin version to 0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
anjaldoshi committed May 30, 2024
1 parent 585c1ff commit cded6d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
cmake -G "Visual Studio 16 2019" -A x64 ..
shell: bash
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.0.2
uses: microsoft/setup-msbuild@v2
- name: build-plugin
run: |
cd Build
Expand Down
2 changes: 1 addition & 1 deletion Source/NeuropixThread.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

#include "NeuropixComponents.h"

#define PLUGIN_VERSION "0.6.5"
#define PLUGIN_VERSION "0.6.6"

class SourceNode;
class NeuropixThread;
Expand Down

0 comments on commit cded6d8

Please sign in to comment.