2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 11:05:41 +00:00

Merge pull request #467 from SchrodingersGat/version

Bump version number
This commit is contained in:
Oliver
2019-09-03 10:41:49 +10:00
committed by GitHub

View File

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