2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-08 16:28:49 +00:00

Bump version number to 0.8.4 (#3713)

This commit is contained in:
Oliver 2022-09-24 13:01:38 +10:00 committed by GitHub
parent f9d2b149c6
commit 30d5f93821
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ import common.models
from InvenTree.api_version import INVENTREE_API_VERSION from InvenTree.api_version import INVENTREE_API_VERSION
# InvenTree software version # InvenTree software version
INVENTREE_SW_VERSION = "0.8.3" INVENTREE_SW_VERSION = "0.8.4"
def inventreeInstanceName(): def inventreeInstanceName():