Ver código fonte

update version

Nikolay Suslov 3 anos atrás
pai
commit
2b831a1bb0
1 arquivos alterados com 1 adições e 1 exclusões
  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");