Update version.py
This commit is contained in:
parent
23c0d68330
commit
a022b8223e
|
|
@ -4,7 +4,7 @@ Provides information on the current InvenTree version
|
|||
|
||||
import subprocess
|
||||
|
||||
INVENTREE_SW_VERSION = "0.0.7"
|
||||
INVENTREE_SW_VERSION = "0.0.8"
|
||||
|
||||
|
||||
def inventreeVersion():
|
||||
|
|
|
|||
Loading…
Reference in New Issue