Skip to content

Commit

Permalink
Bump plugin version to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
anjaldoshi committed Dec 20, 2023
1 parent c781d0c commit b6e80bb
Showing 1 changed file with 1 addition and 1 deletion.
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.2";
info->libVersion = "0.2.3";
info->numPlugins = NUM_PLUGINS;
}

Expand Down

0 comments on commit b6e80bb

Please sign in to comment.