Set VERSION to 4.0.0 (via coho)
diff --git a/VERSION b/VERSION
index d9b058f..fcdb2e1 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-4.0.0-dev
+4.0.0
diff --git a/bin/templates/project/cordova/version b/bin/templates/project/cordova/version
index 92d0421..01c0f12 100755
--- a/bin/templates/project/cordova/version
+++ b/bin/templates/project/cordova/version
@@ -20,6 +20,6 @@
 */
 
 // Coho updates this line:
-var VERSION = "4.0.0-dev";
+var VERSION = "4.0.0";
 
 console.log(VERSION);
diff --git a/package.json b/package.json
index 5515012..8e5c9dd 100644
--- a/package.json
+++ b/package.json
@@ -1,39 +1,39 @@
 {
-  "name": "cordova-browser",
-  "version": "4.0.0-dev",
-  "description": "cordova-browser release",
-  "main": "bin/create",
-  "repository": {
-    "type": "git",
-    "url": "https://git-wip-us.apache.org/repos/asf/cordova-browser.git"
-  },
-  "keywords": [
-    "cordova",
-    "browser",
-    "apache"
-  ],
-  "dependencies": {
-    "adm-zip": "0.4.4",
-    "cordova-serve": "^0.1.2",
-    "nopt": "~3",
-    "shelljs": "^0.1.4"
-  },
-  "bundledDependencies": [
-    "adm-zip",
-    "cordova-serve",
-    "nopt",
-    "shelljs"
-  ],
-  "author": "Apache Software Foundation",
-  "contributors": [
-    {
-      "name": "Steve Gill",
-      "email": "steveng@adobe.com"
+    "name": "cordova-browser",
+    "version": "4.0.0",
+    "description": "cordova-browser release",
+    "main": "bin/create",
+    "repository": {
+        "type": "git",
+        "url": "https://git-wip-us.apache.org/repos/asf/cordova-browser.git"
     },
-    {
-      "name": "Suraj Pindoria",
-      "email": "spindori@adobe.com"
-    }
-  ],
-  "license": "Apache-2.0"
-}
+    "keywords": [
+        "cordova",
+        "browser",
+        "apache"
+    ],
+    "dependencies": {
+        "adm-zip": "0.4.4",
+        "cordova-serve": "^0.1.2",
+        "nopt": "~3",
+        "shelljs": "^0.1.4"
+    },
+    "bundledDependencies": [
+        "adm-zip",
+        "cordova-serve",
+        "nopt",
+        "shelljs"
+    ],
+    "author": "Apache Software Foundation",
+    "contributors": [
+        {
+            "name": "Steve Gill",
+            "email": "steveng@adobe.com"
+        },
+        {
+            "name": "Suraj Pindoria",
+            "email": "spindori@adobe.com"
+        }
+    ],
+    "license": "Apache-2.0"
+}
\ No newline at end of file