2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-30 12:36:45 +00:00

Increment version number

This commit is contained in:
Oliver 2022-03-04 12:27:57 +11:00
parent 8426f403a6
commit a8047921df

View File

@ -9,7 +9,7 @@ import re
import common.models
# InvenTree software version
INVENTREE_SW_VERSION = "0.6.1"
INVENTREE_SW_VERSION = "0.6.2"
# InvenTree API version
INVENTREE_API_VERSION = 26