This commit is contained in:
Chris
2026-02-24 17:49:54 +01:00
parent b4cccb0eb3
commit f6e53fa7c6
30 changed files with 526 additions and 320 deletions

View File

@@ -2,6 +2,6 @@
void cli_cmd_boredver(char *args) {
(void)args;
cli_write("BrewOS v1.50 Beta\n");
cli_write("BrewOS Kernel V2.4.0 Beta\n");
cli_write("BoredOS v1.60\n");
cli_write("BoredOS Kernel V2.5.1\n");
}