Bump version, add .dockerignore to improve buildtimes

This commit is contained in:
Fred Boniface
2024-04-19 20:51:12 +01:00
parent 7dcf0c8b1b
commit 958eabe76e
2 changed files with 12 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
export const version: string = '2024.04.3';
export const versionTag: string = 'swarm';
export const showWelcome: boolean = true;
export const version: string = '2024.04.4';
export const versionTag: string = '';
export const showWelcome: boolean = false;