mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 03:55:41 +00:00
Update version.py
Add a _pre suffix
This commit is contained in:
@ -5,7 +5,7 @@ Provides information on the current InvenTree version
|
||||
import subprocess
|
||||
from common.models import InvenTreeSetting
|
||||
|
||||
INVENTREE_SW_VERSION = "0.0.10"
|
||||
INVENTREE_SW_VERSION = "0.0.11_pre"
|
||||
|
||||
|
||||
def inventreeInstanceName():
|
||||
|
Reference in New Issue
Block a user