Updated to 2.3.0rc1
diff --git a/cordova.js b/cordova.js
index 40a2696..0ef2fbf 100644
--- a/cordova.js
+++ b/cordova.js
@@ -19,7 +19,7 @@
  *
 */
 
-var VERSION='2.2.0';
+var VERSION='2.3.0rc1';
 var scripts = document.getElementsByTagName('script');
 var cordovaPath = scripts[scripts.length - 1].src.replace('cordova.js', 'cordova-'+VERSION+'.js');