diff --git a/frappe/__init__.py b/frappe/__init__.py index a0fdf7c6c8..8fb2a1bb3a 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.23' +__version__ = '9.2.24' __title__ = "Frappe Framework" local = Local()