2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-02 13:28:49 +00:00
This commit is contained in:
Oliver Walters 2019-05-04 11:31:07 +10:00
parent 4fe3b9d779
commit 7dc24e5a55

View File

@ -4,7 +4,7 @@ Provides information on the current InvenTree version
import subprocess
INVENTREE_SW_VERSION = "0.0.1"
INVENTREE_SW_VERSION = "0.0.1"
def inventreeVersion():