We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd96e73 commit cb7477bCopy full SHA for cb7477b
java-package/openbci_gui_helpers/src/main/java/openbci_gui_helpers/GUIHelper.java
@@ -33,7 +33,7 @@ private interface DllNativeInterface extends Library
33
34
private static DllInterface instance;
35
private static DllNativeInterface instance_native;
36
- private static final String VERSION = "1.2.0";
+ private static final String VERSION = "2.0.0";
37
38
static
39
{
0 commit comments