bumped to version 8.11.4
diff --git a/erpnext/__init__.py b/erpnext/__init__.py
index 65ccec4..61381b2 100644
--- a/erpnext/__init__.py
+++ b/erpnext/__init__.py
@@ -4,7 +4,7 @@
 import frappe
 from erpnext.hooks import regional_overrides
 
-__version__ = '8.11.3'
+__version__ = '8.11.4'
 
 def get_default_company(user=None):
 	'''Get default company for user'''