From 07f3d123e380f53da06d6915768d0c8db63791fd Mon Sep 17 00:00:00 2001 From: Deepesh Garg Date: Sat, 9 Jul 2022 18:42:09 +0530 Subject: [PATCH] chore: version bump --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 4698e2a791a..39fe619e088 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -2,7 +2,7 @@ import inspect import frappe -__version__ = "14.0.0-beta.5" +__version__ = "14.0.0-beta.6" def get_default_company(user=None):