2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-12-25 13:43:30 +00:00

Bump InvenTree software version to 1.1.8 (#11028)

This commit is contained in:
Oliver
2025-12-17 08:45:11 +11:00
committed by GitHub
parent 2f9cf5f1f1
commit 700d49643d

View File

@@ -18,7 +18,7 @@ from django.conf import settings
from .api_version import INVENTREE_API_TEXT, INVENTREE_API_VERSION
# InvenTree software version
INVENTREE_SW_VERSION = '1.1.7'
INVENTREE_SW_VERSION = '1.1.8'
logger = logging.getLogger('inventree')