We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 563ba78 commit b6da30bCopy full SHA for b6da30b
2 files changed
index.js
@@ -448,7 +448,7 @@ function Framework() {
448
449
this.id = null;
450
this.version = 2000;
451
- this.version_header = '2.0.0-43';
+ this.version_header = '2.0.0-44';
452
this.version_node = process.version.toString().replace('v', '').replace(/\./g, '').parseFloat();
453
454
this.config = {
package.json
@@ -72,7 +72,7 @@
72
"name": "Martin Smola",
73
"email": "smola.martin@gmail.com"
74
}],
75
- "version": "2.0.0-43",
+ "version": "2.0.0-44",
76
"homepage": "http://www.totaljs.com",
77
"bugs": {
78
"url": "https://github.com/totaljs/framework/issues",
0 commit comments