2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-15 14:07:37 +00:00

Merge remote-tracking branch 'inventree/master'

This commit is contained in:
Oliver Walters
2019-09-24 08:10:00 +10:00
+1 -1
View File
@@ -4,7 +4,7 @@ Provides information on the current InvenTree version
import subprocess
INVENTREE_SW_VERSION = "0.0.6"
INVENTREE_SW_VERSION = "0.0.7"
def inventreeVersion():