Skip to content
This repository was archived by the owner on May 24, 2021. It is now read-only.

Commit c354cb1

Browse files
authored
Update to RC2
1 parent 00c9cc4 commit c354cb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

StratisCore.UI/src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export class AppComponent implements OnInit, OnDestroy {
8787
private setTitle(): void {
8888
const applicationName = this.sidechainEnabled ? 'Cirrus Core' : 'Stratis Core';
8989
const testnetSuffix = this.globalService.getTestnetEnabled() ? ' (testnet)' : '';
90-
const title = `${applicationName} ${this.globalService.getApplicationVersion()}-RC1${testnetSuffix}`;
90+
const title = `${applicationName} ${this.globalService.getApplicationVersion()}-RC2${testnetSuffix}`;
9191

9292
this.titleService.setTitle(title);
9393
}

0 commit comments

Comments
 (0)