Skip to content

Commit cb7477b

Browse files
committed
Update version to 2.0.0
1 parent dd96e73 commit cb7477b

File tree

1 file changed

+1
-1
lines changed
  • java-package/openbci_gui_helpers/src/main/java/openbci_gui_helpers

1 file changed

+1
-1
lines changed

java-package/openbci_gui_helpers/src/main/java/openbci_gui_helpers/GUIHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ private interface DllNativeInterface extends Library
3333

3434
private static DllInterface instance;
3535
private static DllNativeInterface instance_native;
36-
private static final String VERSION = "1.2.0";
36+
private static final String VERSION = "2.0.0";
3737

3838
static
3939
{

0 commit comments

Comments
 (0)