Bump version name

This commit is contained in:
everoddandeven 2024-11-13 00:05:24 +01:00
parent 5ced46bece
commit 594fb9f925

View file

@ -1182,7 +1182,7 @@ export class DaemonService {
}
public getGuiVersion(): string {
return "1.0.0-main";
return "1.0.0-tenacity";
}
public async getProcessStats(): Promise<ProcessStats> {