bump spaces version to 1.0.0 in capabilities

This commit is contained in:
Michael Barz
2022-11-25 15:08:54 +01:00
parent d131fa940b
commit 6bf14aaa5d

View File

@@ -257,7 +257,7 @@ func FrontendConfigFromStruct(cfg *config.Config) (map[string]interface{}, error
},
},
"spaces": map[string]interface{}{
"version": "0.0.1",
"version": "1.0.0",
"enabled": cfg.EnableProjectSpaces || cfg.EnableShareJail,
"projects": cfg.EnableProjectSpaces,
"share_jail": cfg.EnableShareJail,