added console.log to version script
diff --git a/bin/templates/project/cordova/version b/bin/templates/project/cordova/version
index e9edb35..f935529 100755
--- a/bin/templates/project/cordova/version
+++ b/bin/templates/project/cordova/version
@@ -22,4 +22,4 @@
 // Coho updates this line:
 var VERSION = "3.5.0";
 
-//console.log(VERSION);
+console.log(VERSION);