Skip to content

Commit

Permalink
Announce correct version in capabilities.core.status as well
Browse files Browse the repository at this point in the history
  • Loading branch information
kulmann committed Mar 10, 2022
1 parent c78f004 commit 332d6aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions storage/pkg/command/frontend.go
Original file line number Diff line number Diff line change
Expand Up @@ -238,10 +238,10 @@ func frontendConfigFromStruct(c *cli.Context, cfg *config.Config, filesCfg map[s
"installed": true,
"maintenance": false,
"needsDbUpgrade": false,
"version": "10.0.11.5",
"versionstring": "10.0.11",
"edition": "community",
"productname": "reva",
"version": version.String + ".0",
"versionstring": version.String,
"edition": "Community",
"productname": "oCIS",
"hostname": "",
},
"support_url_signing": true,
Expand Down

0 comments on commit 332d6aa

Please sign in to comment.