Skip to content

Commit 5095f6e

Browse files
committed
Update version to v6.0.0-beta.0
1 parent 60455d9 commit 5095f6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OpenBCI_GUI/OpenBCI_GUI.pde

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ import java.util.concurrent.atomic.AtomicBoolean;
6262
// Global Variables & Instances
6363
//------------------------------------------------------------------------
6464
//Used to check GUI version in TopNav.pde and displayed on the splash screen on startup
65-
String localGUIVersionString = "v6.0.0";
65+
String localGUIVersionString = "v6.0.0-beta.0";
6666
String localGUIVersionDate = "September 2023";
6767
String guiLatestVersionGithubAPI = "https://api.github.com/repos/OpenBCI/OpenBCI_GUI/releases/latest";
6868
String guiLatestReleaseLocation = "https://github.com/OpenBCI/OpenBCI_GUI/releases/latest";

0 commit comments

Comments
 (0)