mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Update version.py
Add a _pre suffix
This commit is contained in:
parent
5447bc4356
commit
47764ca179
@ -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():
|
||||
|
Loading…
Reference in New Issue
Block a user