CB-8748 fixed mistake with cordova-js version
diff --git a/template/www/cordova.js b/template/www/cordova.js
index bb0d061..fac701b 100644
--- a/template/www/cordova.js
+++ b/template/www/cordova.js
@@ -19,7 +19,7 @@
  under the License.

 */

 ;(function() {

-var PLATFORM_VERSION_BUILD_LABEL = '3.9.0-dev';

+var PLATFORM_VERSION_BUILD_LABEL = '3.8.0';

 // file: src/scripts/require.js

 

 /*jshint -W079 */

@@ -1568,4 +1568,4 @@
 

 require('cordova/init');

 

-})();
\ No newline at end of file
+})();