2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 03:25:42 +00:00

Bump version number

This commit is contained in:
Oliver
2023-11-15 10:42:20 +11:00
parent b479d0763b
commit 4d2c6142c8

View File

@ -18,7 +18,7 @@ from dulwich.repo import NotGitRepository, Repo
from .api_version import INVENTREE_API_VERSION
# InvenTree software version
INVENTREE_SW_VERSION = "0.12.9"
INVENTREE_SW_VERSION = "0.12.10"
# Discover git
try: