diff --git a/maloja/apis/native_v1.py b/maloja/apis/native_v1.py index b90ea37..672d4f3 100644 --- a/maloja/apis/native_v1.py +++ b/maloja/apis/native_v1.py @@ -42,7 +42,8 @@ def server_info(): return { "name":malojaconfig["NAME"], - "version":VERSION, + "version":VERSION.split("."), + "versionstring":VERSION, "db_status":dbstatus }