Browse Source

update version

Nikolay Suslov 3 years ago
parent
commit
2b831a1bb0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      node_vwf.js

+ 1 - 1
node_vwf.js

@@ -59,7 +59,7 @@ function startVWF(reflector) {
         });
         var inst = Object.keys(global.instances);
         var jsonobject = {
-            "reflector": "v0.5"
+            "reflector": "v0.7.2"
             //"instances": inst
         }
         response.write(JSON.stringify(jsonobject), "utf8");