diff options
author | Joas Schilling <coding@schilljs.com> | 2022-09-22 11:47:26 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2022-09-22 11:56:15 +0200 |
commit | 05845e11a8a723b3df40ba66c3e370f6f1ea3a9b (patch) | |
tree | e4ca93569ac7913cd3a1024cb06dddd509d1edd4 /apps/provisioning_api | |
parent | 2f15e83d7beea8df2f03eeb66c7dee45aed033ee (diff) | |
download | nextcloud-server-05845e11a8a723b3df40ba66c3e370f6f1ea3a9b.tar.gz nextcloud-server-05845e11a8a723b3df40ba66c3e370f6f1ea3a9b.zip |
Master is now 26
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/provisioning_api')
-rw-r--r-- | apps/provisioning_api/appinfo/info.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/provisioning_api/appinfo/info.xml b/apps/provisioning_api/appinfo/info.xml index 56dc6e610d4..19d019128f5 100644 --- a/apps/provisioning_api/appinfo/info.xml +++ b/apps/provisioning_api/appinfo/info.xml @@ -13,7 +13,7 @@ listed above. More information is available in the Provisioning API documentation, including example calls and server responses. </description> - <version>1.15.0</version> + <version>1.16.0</version> <licence>agpl</licence> <author>Tom Needham</author> <namespace>Provisioning_API</namespace> @@ -26,6 +26,6 @@ <category>integration</category> <bugs>https://github.com/nextcloud/server/issues</bugs> <dependencies> - <nextcloud min-version="25" max-version="25"/> + <nextcloud min-version="26" max-version="26"/> </dependencies> </info> |