Skip to content

Commit 5f255f3

Browse files
committed
Updated version.
1 parent 628803b commit 5f255f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
/**
2323
* @module Framework
24-
* @version 3.3.0
24+
* @version 3.3.2
2525
*/
2626

2727
'use strict';
@@ -893,7 +893,7 @@ function Framework() {
893893
var self = this;
894894

895895
self.$id = null; // F.id ==> property
896-
self.version = 3300;
896+
self.version = 3320;
897897
self.version_header = '3.3.0';
898898
self.version_node = process.version.toString();
899899
self.syshash = (__dirname + '-' + Os.hostname() + '-' + Os.platform() + '-' + Os.arch() + '-' + Os.release() + '-' + Os.tmpdir() + JSON.stringify(process.versions)).md5();

0 commit comments

Comments
 (0)