Skip to content

Commit ebf9c00

Browse files
committed
Bump version to 0.2.0
1 parent 425849d commit ebf9c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/OpenEphysLib.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ extern "C" EXPORT void getLibInfo(Plugin::LibraryInfo* info)
4747
info->name = "ONIX Source";
4848

4949
//Version of the library, used only for information
50-
info->libVersion = "0.1.0";
50+
info->libVersion = "0.2.0";
5151
info->numPlugins = NUM_PLUGINS;
5252
}
5353

0 commit comments

Comments
 (0)