Change welcome message referencing OwlBoard/backend#71

This commit is contained in:
Fred Boniface
2024-03-01 22:13:08 +00:00
parent a4276bd0e9
commit 6c0d152358
2 changed files with 7 additions and 7 deletions

View File

@@ -1,3 +1,3 @@
export const version: string = '2024.2.2';
export const version: string = '2024.3.0';
export const versionTag: string = '';
export const showWelcome: boolean = false;
export const showWelcome: boolean = true;