fix api version
This commit is contained in:
parent
f9b4c8cab8
commit
5c9ed2256b
|
|
@ -1,7 +1,7 @@
|
|||
"""InvenTree API version information."""
|
||||
|
||||
# InvenTree API version
|
||||
INVENTREE_API_VERSION = 514
|
||||
INVENTREE_API_VERSION = 515
|
||||
"""Increment this API version number whenever there is a significant change to the API that any clients need to know about."""
|
||||
|
||||
INVENTREE_API_TEXT = """
|
||||
|
|
|
|||
Loading…
Reference in New Issue