[version] 7.1-beta
diff --git a/erpnext/__init__.py b/erpnext/__init__.py
index 6b59a18..6eca736 100644
--- a/erpnext/__init__.py
+++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@
 from __future__ import unicode_literals
 import frappe
 
-__version__ = '7.0.32'
+__version__ = '7.1-beta'
 
 def get_default_company(user=None):
 	'''Get default company for user'''
diff --git a/erpnext/public/js/conf.js b/erpnext/public/js/conf.js
index d17bba8..89e5396 100644
--- a/erpnext/public/js/conf.js
+++ b/erpnext/public/js/conf.js
@@ -19,7 +19,7 @@
 
 
 	// default documentation goes to erpnext
-	$('[data-link-type="documentation"]').attr('data-path', 'user/manual/index');
+	// $('[data-link-type="documentation"]').attr('data-path', '/erpnext/manual/index');
 
 	// additional help links for erpnext
 	var $help_menu = $('.dropdown-help ul .documentation-links');