2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-09-17 16:11:37 +00:00

Bump version number to v0.6.1

This commit is contained in:
Oliver
2022-02-26 18:37:49 +11:00
parent 9841f47806
commit 7a18801d0a

View File

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