CB-13444: fixed merge conflict
diff --git a/bin/template/cordova/version b/bin/template/cordova/version
index bde86e6..7ab09ce 100755
--- a/bin/template/cordova/version
+++ b/bin/template/cordova/version
@@ -20,6 +20,6 @@
 */
 
 // Coho updates this line:
-var VERSION = "5.1.0-dev";
+var VERSION = "5.0.1";
 
 console.log(VERSION);
diff --git a/cordova-lib/cordova.js b/cordova-lib/cordova.js
index 8ef5cbe..4ac61ed 100644
--- a/cordova-lib/cordova.js
+++ b/cordova-lib/cordova.js
@@ -19,7 +19,7 @@
  under the License.
 */
 ;(function() {
-var PLATFORM_VERSION_BUILD_LABEL = '5.1.0-dev';
+var PLATFORM_VERSION_BUILD_LABEL = '5.0.1';
 // file: src/scripts/require.js
 
 /*jshint -W079 */
@@ -1880,4 +1880,4 @@
 
 require('cordova/init');
 
-})();
\ No newline at end of file
+})();