diff --git a/frappe/__init__.py b/frappe/__init__.py index edadfe4c74..a0fdf7c6c8 100644 --- a/frappe/__init__.py +++ b/frappe/__init__.py @@ -14,7 +14,7 @@ import os, sys, importlib, inspect, json from .exceptions import * from .utils.jinja import get_jenv, get_template, render_template, get_email_from_template -__version__ = '9.2.22' +__version__ = '9.2.23' __title__ = "Frappe Framework" local = Local()