We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60455d9 commit 5095f6eCopy full SHA for 5095f6e
1 file changed
OpenBCI_GUI/OpenBCI_GUI.pde
@@ -62,7 +62,7 @@ import java.util.concurrent.atomic.AtomicBoolean;
62
// Global Variables & Instances
63
//------------------------------------------------------------------------
64
//Used to check GUI version in TopNav.pde and displayed on the splash screen on startup
65
-String localGUIVersionString = "v6.0.0";
+String localGUIVersionString = "v6.0.0-beta.0";
66
String localGUIVersionDate = "September 2023";
67
String guiLatestVersionGithubAPI = "https://api.github.com/repos/OpenBCI/OpenBCI_GUI/releases/latest";
68
String guiLatestReleaseLocation = "https://github.com/OpenBCI/OpenBCI_GUI/releases/latest";
0 commit comments