Commit 3576980d authored by dev0tion's avatar dev0tion

Update release cycle

parent 0d05476f
......@@ -38,7 +38,7 @@ export class AppComponent implements OnInit {
private setTitle() {
let applicationName = "Breeze Wallet";
let applicationVersion = remote.app.getVersion();
let releaseCycle = "alpha";
let releaseCycle = "beta";
let newTitle = applicationName + " v" + applicationVersion + " " + releaseCycle;
this.titleService.setTitle(newTitle);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment