API version 1.0 is too early, we'll set it to 0.1 for now until it is really stable and not missing things like system commands and such
(cherry picked from commit 4d434d3)
This commit is contained in:
parent
f69abdcc14
commit
aefb72f7cc
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ from . import users as api_users
|
|||
from . import log as api_logs
|
||||
|
||||
|
||||
VERSION = "1.0"
|
||||
VERSION = "0.1"
|
||||
|
||||
#~~ first run setup
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue