Skip to content

Commit

Permalink
Bump plugin version to 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
anjaldoshi committed Feb 23, 2024
1 parent 05d32c8 commit 584eca6
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.1
uses: microsoft/setup-msbuild@v2
- name: build-plugin
run: |
cd Build
Expand Down
2 changes: 1 addition & 1 deletion Source/OpenEphysLib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ extern "C" EXPORT void getLibInfo(Plugin::LibraryInfo* info)
{
info->apiVersion = PLUGIN_API_VER;
info->name = "OE FPGA Acquisition Board";
info->libVersion = "0.2.4";
info->libVersion = "0.2.5";
info->numPlugins = NUM_PLUGINS;
}

Expand Down

0 comments on commit 584eca6

Please sign in to comment.