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/workflowengine | |
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/workflowengine')
-rw-r--r-- | apps/workflowengine/appinfo/info.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/workflowengine/appinfo/info.xml b/apps/workflowengine/appinfo/info.xml index 6ec8b4d06fa..0ec29afd388 100644 --- a/apps/workflowengine/appinfo/info.xml +++ b/apps/workflowengine/appinfo/info.xml @@ -5,7 +5,7 @@ <name>Nextcloud workflow engine</name> <summary>Nextcloud workflow engine</summary> <description>Nextcloud workflow engine</description> - <version>2.7.0</version> + <version>2.8.0</version> <licence>agpl</licence> <author>Arthur Schiwon</author> <author>Julius Härtl</author> @@ -22,7 +22,7 @@ <repository>https://github.com/nextcloud/server.git</repository> <dependencies> - <nextcloud min-version="25" max-version="25"/> + <nextcloud min-version="26" max-version="26"/> </dependencies> <background-jobs> |