We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61fe106 commit ef66fdeCopy full SHA for ef66fde
2 files changed
index.js
@@ -424,7 +424,7 @@ function Framework() {
424
425
this.id = null;
426
this.version = 2000;
427
- this.version_header = '2.0.0-19';
+ this.version_header = '2.0.0-20';
428
this.version_node = process.version.toString().replace('v', '').replace(/\./g, '').parseFloat();
429
430
this.config = {
package.json
@@ -66,7 +66,7 @@
66
"name": "Сковорода Никита Андреевич",
67
"email": "chalkerx@gmail.com"
68
}],
69
- "version": "2.0.0-19",
+ "version": "2.0.0-20",
70
"homepage": "http://www.totaljs.com",
71
"bugs": {
72
"url": "https://github.com/totaljs/framework/issues",
0 commit comments