mirror of
https://github.com/nextcloud/passman.git
synced 2026-01-09 09:05:21 +08:00
Return correct app version.
Signed-off-by: brantje <brantje@gmail.com>
This commit is contained in:
parent
f1dad4bb4e
commit
d241f0e6bf
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ class InternalController extends ApiController {
|
|||
* @NoAdminRequired
|
||||
*/
|
||||
public function getAppVersion() {
|
||||
return new JSONResponse(array('version' => '1.0.2.24'));
|
||||
return new JSONResponse(array('version' => \OC_App::getAppVersion('passman')));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue