Update version.py

Increment version number
This commit is contained in:
Oliver 2020-08-16 14:03:20 +10:00 committed by GitHub
parent b5b882d3b6
commit ab62f8fc59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ import subprocess
from common.models import InvenTreeSetting
import django
INVENTREE_SW_VERSION = "0.1.1 pre"
INVENTREE_SW_VERSION = "0.1.2"
def inventreeInstanceName():