bumped to version 11.1.22

This commit is contained in:
Saurabh 2019-04-16 14:02:17 +06:00
parent ed9aa0410f
commit bc4e68176e

View file

@ -24,7 +24,7 @@ if sys.version[0] == '2':
reload(sys)
sys.setdefaultencoding("utf-8")
__version__ = '11.1.21'
__version__ = '11.1.22'
__title__ = "Frappe Framework"
local = Local()