Skip to content

Commit a69fe1b

Browse files
committed
upd: bump OS version
1 parent e0df643 commit a69fe1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libk/debug/log.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#include "../../kernel/sched.h"
3333

3434
spinlock_t loglock __attribute__((section(".data"))) = {0};
35-
char *os_version = debug ? "0.90.0 DEBUG_ENABLED" : "0.90.0 Unstable";
35+
char *os_version = debug ? "1.0.0 Developer" : "1.0.0";
3636

3737
void sound_err()
3838
{

0 commit comments

Comments
 (0)