We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddc16d8 commit 9427d23Copy full SHA for 9427d23
2 files changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "cirrus-core",
3
"description": "Cirrus Core Wallet",
4
- "version": "1.8.0",
+ "version": "1.8.1",
5
"author": {
6
"name": "Stratis Group Ltd.",
7
"email": "support@stratisplatform.com"
src/app/shared/services/global.service.ts
@@ -15,7 +15,7 @@ export class GlobalService {
15
this.setDaemonIP();
16
}
17
18
- private applicationVersion = '1.8.0';
+ private applicationVersion = '1.8.1';
19
private gitCommit = "";
20
private testnet = false;
21
private cirrusMainApiPort = 37223;
0 commit comments