mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Update version.py
Actually bump the API version
This commit is contained in:
parent
320ca451cc
commit
e5de69cd96
@ -10,7 +10,7 @@ import common.models
|
||||
|
||||
INVENTREE_SW_VERSION = "0.5.0 pre"
|
||||
|
||||
INVENTREE_API_VERSION = 10
|
||||
INVENTREE_API_VERSION = 11
|
||||
|
||||
"""
|
||||
Increment this API version number whenever there is a significant change to the API that any clients need to know about
|
||||
|
Loading…
Reference in New Issue
Block a user