Fix version

This commit is contained in:
xamidev
2024-08-26 16:03:51 +02:00
parent a4b036dfbd
commit 6f5c05e0d9

View File

@@ -54,7 +54,7 @@ void splash()
int random = randint(time_seed());
char* motd_pick = motd[random%motd_size];
cowsay(motd_pick, red, black);
colorputs(" blankOS 0.3.86-alpha", red, black);
colorputs(" blankOS 0.3.97-alpha", red, black);
puts("\n");