We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84e510f commit 525bb77Copy full SHA for 525bb77
src/environments/version.ts
@@ -2,26 +2,26 @@
2
/* tslint:disable */
3
export const VERSION = {
4
"dirty": false,
5
- "raw": "v3.0.1-0-g94cf89b",
6
- "hash": "g94cf89b",
+ "raw": "v3.1.0-0-g84e510f",
+ "hash": "g84e510f",
7
"distance": 0,
8
- "tag": "v3.0.1",
+ "tag": "v3.1.0",
9
"semver": {
10
"options": {
11
"loose": false,
12
"includePrerelease": false
13
},
14
15
- "raw": "v3.0.1",
+ "raw": "v3.1.0",
16
"major": 3,
17
- "minor": 0,
18
- "patch": 1,
+ "minor": 1,
+ "patch": 0,
19
"prerelease": [],
20
"build": [],
21
- "version": "3.0.1"
+ "version": "3.1.0"
22
23
- "suffix": "0-g94cf89b",
24
- "semverString": "3.0.1",
25
+ "suffix": "0-g84e510f",
+ "semverString": "3.1.0",
26
};
27
/* tslint:enable */
0 commit comments