commit | 54cbff9e80ad0ed4ba42c9f6a58f51cd8262a76f | [log] [tgz] |
---|---|---|
author | sahil28297 <37302950+sahil28297@users.noreply.github.com> | Fri Mar 20 14:23:27 2020 +0530 |
committer | GitHub <noreply@github.com> | Fri Mar 20 14:23:27 2020 +0530 |
tree | 3ded44c433c9f78eceee2749db74beeb880dd58b | |
parent | ef491f92d25f2f1b0832372c8dfdadd47184c69c [diff] |
fix: develop version as 12.x.x instead of 12.2.0
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index f40b957..288926b 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -5,7 +5,7 @@ from erpnext.hooks import regional_overrides from frappe.utils import getdate -__version__ = '12.2.0' +__version__ = '12.x.x' def get_default_company(user=None): '''Get default company for user'''