2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-23 11:55:54 +00:00

Bump version number

This commit is contained in:
Oliver
2022-04-20 11:20:07 +10:00
parent 86b0b50195
commit d1cca52ece

View File

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