Update version.py

Add a _pre suffix
This commit is contained in:
Oliver 2020-04-10 01:03:54 +10:00 committed by GitHub
parent 5447bc4356
commit 47764ca179
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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():