2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 03:25:42 +00:00

Update version.py

Bump version number
This commit is contained in:
Oliver
2021-06-16 23:53:58 +10:00
committed by GitHub
parent b2247b3830
commit 731ea0238e

View File

@ -8,7 +8,7 @@ import re
import common.models
INVENTREE_SW_VERSION = "0.2.3 pre"
INVENTREE_SW_VERSION = "0.2.3"
"""
Increment thi API version number whenever there is a significant change to the API that any clients need to know about