File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 2
2
/* tslint:disable */
3
3
export const VERSION = {
4
4
"dirty" : false ,
5
- "raw" : "v3.1 .0-0-g84e510f " ,
6
- "hash" : "g84e510f " ,
5
+ "raw" : "v4.0 .0-0-g3d2fc8f " ,
6
+ "hash" : "g3d2fc8f " ,
7
7
"distance" : 0 ,
8
- "tag" : "v3.1 .0" ,
8
+ "tag" : "v4.0 .0" ,
9
9
"semver" : {
10
10
"options" : {
11
11
"loose" : false ,
12
12
"includePrerelease" : false
13
13
} ,
14
14
"loose" : false ,
15
- "raw" : "v3.1 .0" ,
16
- "major" : 3 ,
17
- "minor" : 1 ,
15
+ "raw" : "v4.0 .0" ,
16
+ "major" : 4 ,
17
+ "minor" : 0 ,
18
18
"patch" : 0 ,
19
19
"prerelease" : [ ] ,
20
20
"build" : [ ] ,
21
- "version" : "3.1 .0"
21
+ "version" : "4.0 .0"
22
22
} ,
23
- "suffix" : "0-g84e510f " ,
24
- "semverString" : "3.1 .0" ,
25
- "version" : "3.1 .0"
23
+ "suffix" : "0-g3d2fc8f " ,
24
+ "semverString" : "4.0 .0" ,
25
+ "version" : "4.0 .0"
26
26
} ;
27
27
/* tslint:enable */
You can’t perform that action at this time.
0 commit comments