fix: develop version as 12.0.0.dev instead of 12.1.0 (#9746)
* fix: develop version as 12.x.x instead of 12.1.0 * fix: develop version as 12.0.0.dev * fix: develop version as 12.0.0-dev
This commit is contained in:
parent
b7b27590e6
commit
c615042d25
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ if PY2:
|
|||
reload(sys)
|
||||
sys.setdefaultencoding("utf-8")
|
||||
|
||||
__version__ = '12.1.0'
|
||||
__version__ = '12.0.0-dev'
|
||||
__title__ = "Frappe Framework"
|
||||
|
||||
local = Local()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue