From 0653f6854bad89490a7665a9def0ae592e60abe1 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 22 Feb 2024 11:58:43 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.63.2 ## [14.63.2](https://github.com/frappe/erpnext/compare/v14.63.1...v14.63.2) (2024-02-22) ### Bug Fixes * Webpages not working without login ([a40e410](https://github.com/frappe/erpnext/commit/a40e41051986a8c1d8e38b9f2436deb15a3e54ef)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index aa35e62c842..3e2d97eacc8 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.63.1" +__version__ = "14.63.2" def get_default_company(user=None):