wsk-cli 0.10.0 (#245)

diff --git a/tools/config.json b/tools/config.json
index 4916465..82b0e9f 100644
--- a/tools/config.json
+++ b/tools/config.json
@@ -4,15 +4,27 @@
   "stage_url": "https://dist.apache.org/repos/dist/dev/incubator/openwhisk",
   "release_url": "https://dist.apache.org/repos/dist/release/incubator/openwhisk",
   "versioning": {
-    "version": "3.19.0-incubating",
+    "version": "0.10.0-incubating",
     "pre_release_version": "rc1"
   },
   "RepoList": [
-    "openwhisk-client-js"
+      "openwhisk-cli",
+      "openwhisk-client-go",
+      "openwhisk-wskdeploy",
   ],
-  "openwhisk_client_js": {
-    "hash": "726b982 ",
-    "repository": "https://github.com/apache/incubator-openwhisk-client-js.git",
+  "openwhisk-cli": {
+    "hash": "eaf64aef74deaf61a1eaa5d93ce1102d3d91407f",
+    "repository": "https://github.com/apache/incubator-openwhisk-cli.git",
+    "branch": "master"
+  },
+  "openwhisk-client-go": {
+    "hash": " 4286a8212a74c40d8950ee76681a67e12c9bf1a0",
+    "repository": "https://github.com/apache/incubator-openwhisk-client-go.git",
+    "branch": "master"
+  },
+  "openwhisk-wskdeploy": {
+    "hash": "7d79fd74ca1045658196e5004f8820b67570734c",
+    "repository": "https://github.com/apache/incubator-openwhisk-wskdeploy.git",
     "branch": "master"
   }
 }