diff --git a/apps/accessibility/appinfo/info.xml b/apps/accessibility/appinfo/info.xml
index 9d29f2a7c7091f7df939870d244a919df52571a1..c40ff270a082aed7a5b4c2a72fc89c69beae53f8 100644
--- a/apps/accessibility/appinfo/info.xml
+++ b/apps/accessibility/appinfo/info.xml
@@ -5,7 +5,7 @@
     <name>Accessibility</name>
     <summary>Accessibility options for nextcloud</summary>
     <description><![CDATA[Provides multiple accessibilities options to ease your use of nextcloud]]></description>
-    <version>1.1.0</version>
+    <version>1.2.0</version>
     <licence>agpl</licence>
     <author>John Molakvoæ</author>
     <namespace>Accessibility</namespace>
@@ -16,7 +16,7 @@
     <bugs>https://github.com/nextcloud/server/issues</bugs>
 
     <dependencies>
-        <nextcloud min-version="15" max-version="15"/>
+        <nextcloud min-version="16" max-version="16"/>
     </dependencies>
 
     <settings>
diff --git a/apps/admin_audit/appinfo/info.xml b/apps/admin_audit/appinfo/info.xml
index 5f1d1e8196ff79620030687219594847e4999daf..92e3537d6ac242e6c1db9e9fab49737ae53c2280 100644
--- a/apps/admin_audit/appinfo/info.xml
+++ b/apps/admin_audit/appinfo/info.xml
@@ -5,7 +5,7 @@
 	<name>Auditing / Logging</name>
 	<summary>Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions.</summary>
 	<description>Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions.</description>
-	<version>1.5.0</version>
+	<version>1.6.0</version>
 	<licence>agpl</licence>
 	<author>Nextcloud</author>
 	<namespace>AdminAudit</namespace>
@@ -15,7 +15,7 @@
 	<category>monitoring</category>
 	<bugs>https://github.com/nextcloud/server/issues</bugs>
 	<dependencies>
-		<nextcloud min-version="15" max-version="15" />
+		<nextcloud min-version="16" max-version="16"/>
 	</dependencies>
 	<background-jobs>
 		<job>OCA\AdminAudit\BackgroundJobs\Rotate</job>
diff --git a/apps/comments/appinfo/info.xml b/apps/comments/appinfo/info.xml
index 7a0f49dd917dc72f6532b7d675b0fb4aec038635..72ed2b0ce5fae9e78c283ea07dfa5e23273db002 100644
--- a/apps/comments/appinfo/info.xml
+++ b/apps/comments/appinfo/info.xml
@@ -5,7 +5,7 @@
 	<name>Comments</name>
 	<summary>Files app plugin to add comments to files</summary>
 	<description>Files app plugin to add comments to files</description>
-	<version>1.5.0</version>
+	<version>1.6.0</version>
 	<licence>agpl</licence>
 	<author>Arthur Schiwon</author>
 	<author>Vincent Petry</author>
@@ -17,7 +17,7 @@
 	<category>social</category>
 	<bugs>https://github.com/nextcloud/server/issues</bugs>
 	<dependencies>
-		<nextcloud min-version="15" max-version="15" />
+		<nextcloud min-version="16" max-version="16"/>
 	</dependencies>
 
 	<activity>
diff --git a/apps/dav/appinfo/info.xml b/apps/dav/appinfo/info.xml
index c39b917c7412ef980ca424adf958ec0455d909e9..633658674c553c4b930b48471a6ae4a2cf8a17c0 100644
--- a/apps/dav/appinfo/info.xml
+++ b/apps/dav/appinfo/info.xml
@@ -5,7 +5,7 @@
 	<name>WebDAV</name>
 	<summary>WebDAV endpoint</summary>
 	<description>WebDAV endpoint</description>
-	<version>1.8.0</version>
+	<version>1.9.0</version>
 	<licence>agpl</licence>
 	<author>owncloud.org</author>
 	<namespace>DAV</namespace>
@@ -16,7 +16,7 @@
 	<category>integration</category>
 	<bugs>https://github.com/nextcloud/server/issues</bugs>
 	<dependencies>
-		<nextcloud min-version="15" max-version="15" />
+		<nextcloud min-version="16" max-version="16"/>
 	</dependencies>
 
 	<background-jobs>
diff --git a/apps/encryption/appinfo/info.xml b/apps/encryption/appinfo/info.xml
index db4309c07ba412b42951fd3fb9217130893adcae..50509969a3f5a5d95e3b953f0386c10b701ee98b 100644
--- a/apps/encryption/appinfo/info.xml
+++ b/apps/encryption/appinfo/info.xml
@@ -14,7 +14,7 @@
 		Please read the documentation to know all implications before you decide
 		to enable server-side encryption.
 	</description>
-	<version>2.3.0</version>
+	<version>2.4.0</version>
 	<licence>agpl</licence>
 	<author>Bjoern Schiessle</author>
 	<author>Clark Tomlinson</author>
@@ -31,7 +31,7 @@
 
 	<dependencies>
 		<lib>openssl</lib>
-		<nextcloud min-version="15" max-version="15" />
+		<nextcloud min-version="16" max-version="16"/>
 	</dependencies>
 
 	<repair-steps>
diff --git a/apps/federatedfilesharing/appinfo/info.xml b/apps/federatedfilesharing/appinfo/info.xml
index f4db00d05a03e5babc5359b2805cdf515c4aa987..8b62357de36e6aa1ee2533e7a1bd52336453a4bd 100644
--- a/apps/federatedfilesharing/appinfo/info.xml
+++ b/apps/federatedfilesharing/appinfo/info.xml
@@ -1,26 +1,26 @@
 <?xml version="1.0"?>
 <info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
-      xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
-    <id>federatedfilesharing</id>
-    <name>Federated file sharing</name>
-    <summary>Provide federated file sharing across servers</summary>
-    <description>Provide federated file sharing across servers</description>
-    <version>1.5.0</version>
-    <licence>agpl</licence>
-    <author>Bjoern Schiessle</author>
-    <author>Roeland Jago Douma</author>
-    <namespace>FederatedFileSharing</namespace>
-    <category>files</category>
-    <category>social</category>
-    <bugs>https://github.com/nextcloud/server/issues</bugs>
+	  xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
+	<id>federatedfilesharing</id>
+	<name>Federated file sharing</name>
+	<summary>Provide federated file sharing across servers</summary>
+	<description>Provide federated file sharing across servers</description>
+	<version>1.6.0</version>
+	<licence>agpl</licence>
+	<author>Bjoern Schiessle</author>
+	<author>Roeland Jago Douma</author>
+	<namespace>FederatedFileSharing</namespace>
+	<category>files</category>
+	<category>social</category>
+	<bugs>https://github.com/nextcloud/server/issues</bugs>
 
-    <dependencies>
-        <nextcloud min-version="15" max-version="15" />
-    </dependencies>
+	<dependencies>
+		<nextcloud min-version="16" max-version="16"/>
+	</dependencies>
 
-    <settings>
-        <admin>OCA\FederatedFileSharing\Settings\Admin</admin>
-        <personal>OCA\FederatedFileSharing\Settings\Personal</personal>
-        <personal-section>OCA\FederatedFileSharing\Settings\PersonalSection</personal-section>
-    </settings>
+	<settings>
+		<admin>OCA\FederatedFileSharing\Settings\Admin</admin>
+		<personal>OCA\FederatedFileSharing\Settings\Personal</personal>
+		<personal-section>OCA\FederatedFileSharing\Settings\PersonalSection</personal-section>
+	</settings>
 </info>
diff --git a/apps/federation/appinfo/info.xml b/apps/federation/appinfo/info.xml
index 84587c4ebfb240821ae46450a3f538b90df21c1b..95d2262eb813f101254f116cf22beb37a1e8c90b 100644
--- a/apps/federation/appinfo/info.xml
+++ b/apps/federation/appinfo/info.xml
@@ -5,7 +5,7 @@
 	<name>Federation</name>
 	<summary>Federation allows you to connect with other trusted servers to exchange the user directory.</summary>
 	<description>Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing.</description>
-	<version>1.5.0</version>
+	<version>1.6.0</version>
 	<licence>agpl</licence>
 	<author>Bjoern Schiessle</author>
 	<namespace>Federation</namespace>
@@ -18,7 +18,7 @@
 	<bugs>https://github.com/nextcloud/server/issues</bugs>
 
 	<dependencies>
-		<nextcloud min-version="15" max-version="15" />
+		<nextcloud min-version="16" max-version="16"/>
 	</dependencies>
 
 	<background-jobs>
diff --git a/apps/files/appinfo/info.xml b/apps/files/appinfo/info.xml
index 6650f3c5bf810d6ce1a3ad17522f8eb7079980ae..d6a0959eebe7b931c9a55f567dd767998c180254 100644
--- a/apps/files/appinfo/info.xml
+++ b/apps/files/appinfo/info.xml
@@ -5,7 +5,7 @@
 	<name>Files</name>
 	<summary>File Management</summary>
 	<description>File Management</description>
-	<version>1.10.0</version>
+	<version>1.11.0</version>
 	<licence>agpl</licence>
 	<author>Robin Appelman</author>
 	<author>Vincent Petry</author>
@@ -19,7 +19,7 @@
 	<category>files</category>
 	<bugs>https://github.com/nextcloud/server/issues</bugs>
 	<dependencies>
-		<nextcloud min-version="15" max-version="15" />
+		<nextcloud min-version="16" max-version="16"/>
 	</dependencies>
 
 	<background-jobs>
diff --git a/apps/files_external/appinfo/info.xml b/apps/files_external/appinfo/info.xml
index d5b1b4626839a17b1f69416393866c1ff9c2a57c..d24ccf4c81cc78cb2b064892496bdda876f6473b 100644
--- a/apps/files_external/appinfo/info.xml
+++ b/apps/files_external/appinfo/info.xml
@@ -9,7 +9,7 @@ This application enables administrators to configure connections to external sto
 
 External storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation.
 	</description>
-	<version>1.6.0</version>
+	<version>1.7.0</version>
 	<licence>agpl</licence>
 	<author>Robin Appelman</author>
 	<author>Michael Gapczynski</author>
@@ -28,7 +28,7 @@ External storage can be configured using the GUI or at the command line. This se
 	<bugs>https://github.com/nextcloud/server/issues</bugs>
 
 	<dependencies>
-		<nextcloud min-version="15" max-version="15" />
+		<nextcloud min-version="16" max-version="16"/>
 	</dependencies>
 
 	<commands>
diff --git a/apps/files_sharing/appinfo/info.xml b/apps/files_sharing/appinfo/info.xml
index 65cff9eaebcc44cf85408cc030ce32a06ac9c7e8..912c76b6e1f330503b2cab431e1540b016c245cf 100644
--- a/apps/files_sharing/appinfo/info.xml
+++ b/apps/files_sharing/appinfo/info.xml
@@ -9,7 +9,7 @@
 Turning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation.
 
 	</description>
-	<version>1.7.0</version>
+	<version>1.8.0</version>
 	<licence>agpl</licence>
 	<author>Michael Gapczynski</author>
 	<author>Bjoern Schiessle</author>
@@ -23,7 +23,7 @@ Turning the feature off removes shared files and folders on the server for all s
 	<category>social</category>
 	<bugs>https://github.com/nextcloud/server/issues</bugs>
 	<dependencies>
-		<nextcloud min-version="15" max-version="15" />
+		<nextcloud min-version="16" max-version="16"/>
 	</dependencies>
 
 	<background-jobs>
diff --git a/apps/files_trashbin/appinfo/info.xml b/apps/files_trashbin/appinfo/info.xml
index 023cad1264f82e1cc16158388645ac6dcec1c764..f0038f3a79adfe51a8cefec999356704fb7083bd 100644
--- a/apps/files_trashbin/appinfo/info.xml
+++ b/apps/files_trashbin/appinfo/info.xml
@@ -9,7 +9,7 @@ This application enables users to restore files that were deleted from the syste
 To prevent a user from running out of disk space, the Deleted files app will not utilize more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, the app deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation.
 
 	</description>
-	<version>1.5.0</version>
+	<version>1.6.0</version>
 	<licence>agpl</licence>
 	<author>Bjoern Schiessle</author>
 	<namespace>Files_Trashbin</namespace>
@@ -24,7 +24,7 @@ To prevent a user from running out of disk space, the Deleted files app will not
 	<category>files</category>
 	<bugs>https://github.com/nextcloud/server/issues</bugs>
 	<dependencies>
-		<nextcloud min-version="15" max-version="15" />
+		<nextcloud min-version="16" max-version="16"/>
 	</dependencies>
 
 	<background-jobs>
diff --git a/apps/files_versions/appinfo/info.xml b/apps/files_versions/appinfo/info.xml
index 6d1b3085f80f24bb2c0466b440ad0bbf36e9462f..b847795d91b70811ee4903f55f1476c27153299d 100644
--- a/apps/files_versions/appinfo/info.xml
+++ b/apps/files_versions/appinfo/info.xml
@@ -8,7 +8,7 @@
 		This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user’s directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user doesn’t run out of Quota because of versions.
 		In addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user’s currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation.
 	</description>
-	<version>1.8.0</version>
+	<version>1.9.0</version>
 	<licence>agpl</licence>
 	<author>Frank Karlitschek</author>
 	<author>Bjoern Schiessle</author>
@@ -24,7 +24,7 @@
 	<category>files</category>
 	<bugs>https://github.com/nextcloud/server/issues</bugs>
 	<dependencies>
-		<nextcloud min-version="15" max-version="15" />
+		<nextcloud min-version="16" max-version="16"/>
 	</dependencies>
 
 	<background-jobs>
diff --git a/apps/lookup_server_connector/appinfo/info.xml b/apps/lookup_server_connector/appinfo/info.xml
index ac5533ab746fe40df78183c9387e28a886afe35d..29b52ffc7bc82334ef379b31f5a990dfb7042474 100644
--- a/apps/lookup_server_connector/appinfo/info.xml
+++ b/apps/lookup_server_connector/appinfo/info.xml
@@ -5,7 +5,7 @@
 	<name>Lookup Server Connector</name>
 	<summary>Sync public user information with the lookup server</summary>
 	<description>Sync public user information with the lookup server</description>
-	<version>1.3.0</version>
+	<version>1.4.0</version>
 	<licence>agpl</licence>
 	<author>Bjoern Schiessle</author>
 	<namespace>LookupServerConnector</namespace>
@@ -17,6 +17,6 @@
 	<category>social</category>
 	<bugs>https://github.com/nextcloud/server/issues</bugs>
 	<dependencies>
-		<nextcloud min-version="15" max-version="15" />
+		<nextcloud min-version="16" max-version="16"/>
 	</dependencies>
 </info>
diff --git a/apps/oauth2/appinfo/info.xml b/apps/oauth2/appinfo/info.xml
index df56e27bd0596281bec0a73b5e746d9583d6d91d..dcef39f80e705956509795f558761ea59c61b04d 100644
--- a/apps/oauth2/appinfo/info.xml
+++ b/apps/oauth2/appinfo/info.xml
@@ -5,7 +5,7 @@
 	<name>OAuth 2.0</name>
 	<summary>Allows OAuth2 compatible authentication from other web applications.</summary>
 	<description>The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications.</description>
-	<version>1.3.0</version>
+	<version>1.4.0</version>
 	<licence>agpl</licence>
 	<author>Lukas Reschke</author>
 	<namespace>OAuth2</namespace>
@@ -17,7 +17,7 @@
 	<category>integration</category>
 	<bugs>https://github.com/nextcloud/server/issues</bugs>
 	<dependencies>
-		<nextcloud min-version="15" max-version="15" />
+		<nextcloud min-version="16" max-version="16"/>
 	</dependencies>
 
 	<repair-steps>
diff --git a/apps/provisioning_api/appinfo/info.xml b/apps/provisioning_api/appinfo/info.xml
index 8c2c03960fd13bc63732a43734e24dba6e571d83..5916d517b92fe9639f881d1f26d699c2bb7fc640 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.5.0</version>
+	<version>1.6.0</version>
 	<licence>agpl</licence>
 	<author>Tom Needham</author>
 	<namespace>Provisioning_API</namespace>
@@ -27,6 +27,6 @@
 	<category>integration</category>
 	<bugs>https://github.com/nextcloud/server/issues</bugs>
 	<dependencies>
-		<nextcloud min-version="15" max-version="15" />
+		<nextcloud min-version="16" max-version="16"/>
 	</dependencies>
 </info>
diff --git a/apps/sharebymail/appinfo/info.xml b/apps/sharebymail/appinfo/info.xml
index 45081a7acb3b794e49852e4c7f77f3195d6cff63..91f6a93788ff9ade1a4d2b8848189b2a19447c31 100644
--- a/apps/sharebymail/appinfo/info.xml
+++ b/apps/sharebymail/appinfo/info.xml
@@ -5,7 +5,7 @@
 	<name>Share by mail</name>
 	<summary>Share provider which allows you to share files by mail</summary>
 	<description>Share provider which allows you to share files by mail</description>
-	<version>1.5.0</version>
+	<version>1.6.0</version>
 	<licence>agpl</licence>
 	<author>Bjoern Schiessle</author>
 	<namespace>ShareByMail</namespace>
@@ -17,7 +17,7 @@
 	<category>social</category>
 	<bugs>https://github.com/nextcloud/server/issues</bugs>
 	<dependencies>
-		<nextcloud min-version="15" max-version="15" />
+		<nextcloud min-version="16" max-version="16"/>
 	</dependencies>
 
 	<settings>
diff --git a/apps/systemtags/appinfo/info.xml b/apps/systemtags/appinfo/info.xml
index d77a87b519600db4006fe75d7817fb9cfc9f4847..bf5b563e44f885e39e33584e1de72efde653f01a 100644
--- a/apps/systemtags/appinfo/info.xml
+++ b/apps/systemtags/appinfo/info.xml
@@ -6,7 +6,7 @@
 	<summary>Collaborative tagging functionality which shares tags among users.</summary>
 	<description>Collaborative tagging functionality which shares tags among users. Great for teams.
 	(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)</description>
-	<version>1.5.0</version>
+	<version>1.6.0</version>
 	<licence>agpl</licence>
 	<author>Vincent Petry</author>
 	<author>Joas Schilling</author>
@@ -19,7 +19,7 @@
 	<category>organization</category>
 	<bugs>https://github.com/nextcloud/server/issues</bugs>
 	<dependencies>
-		<nextcloud min-version="15" max-version="15" />
+		<nextcloud min-version="16" max-version="16"/>
 	</dependencies>
 	<settings>
 		<admin>OCA\SystemTags\Settings\Admin</admin>
diff --git a/apps/testing/appinfo/info.xml b/apps/testing/appinfo/info.xml
index e9083b12ea52c7642b8833b9727ce7b3d6e36cee..bbce8294ab7372d220826240b4b489bcf36abea5 100644
--- a/apps/testing/appinfo/info.xml
+++ b/apps/testing/appinfo/info.xml
@@ -5,7 +5,7 @@
 	<name>QA testing</name>
 	<summary>This app is only for testing! It is dangerous to have it enabled in a live instance</summary>
 	<description>This app is only for testing! It is dangerous to have it enabled in a live instance</description>
-	<version>1.5.0</version>
+	<version>1.6.0</version>
 	<licence>agpl</licence>
 	<author>Joas Schilling</author>
 	<types>
@@ -14,6 +14,6 @@
 	<category>monitoring</category>
 	<bugs>https://github.com/nextcloud/server/issues</bugs>
 	<dependencies>
-		<nextcloud min-version="15" max-version="15" />
+		<nextcloud min-version="16" max-version="16"/>
 	</dependencies>
 </info>
diff --git a/apps/theming/appinfo/info.xml b/apps/theming/appinfo/info.xml
index 9f54ef942ecec9975e3113371330d97be276f895..2d328811a56f32a0f5cd90631d82c38116d84641 100644
--- a/apps/theming/appinfo/info.xml
+++ b/apps/theming/appinfo/info.xml
@@ -5,7 +5,7 @@
 	<name>Theming</name>
 	<summary>Adjust the Nextcloud theme</summary>
 	<description>Adjust the Nextcloud theme</description>
-	<version>1.6.0</version>
+	<version>1.7.0</version>
 	<licence>agpl</licence>
 	<author>Nextcloud</author>
 	<namespace>Theming</namespace>
@@ -18,7 +18,7 @@
 	<category>customization</category>
 	<bugs>https://github.com/nextcloud/server/issues</bugs>
 	<dependencies>
-		<nextcloud min-version="15" max-version="15" />
+		<nextcloud min-version="16" max-version="16"/>
 	</dependencies>
 
 	<settings>
diff --git a/apps/twofactor_backupcodes/appinfo/info.xml b/apps/twofactor_backupcodes/appinfo/info.xml
index b28f75254b6945deaf142486cd2569494202f23e..076181e328f414216ab3a40e9e3809f5d46fc6c4 100644
--- a/apps/twofactor_backupcodes/appinfo/info.xml
+++ b/apps/twofactor_backupcodes/appinfo/info.xml
@@ -5,7 +5,7 @@
 	<name>Two factor backup codes</name>
 	<summary>A two-factor auth backup codes provider</summary>
 	<description>A two-factor auth backup codes provider</description>
-	<version>1.4.1</version>
+	<version>1.5.0</version>
 	<licence>agpl</licence>
 	<author>Christoph Wurst</author>
 	<namespace>TwoFactorBackupCodes</namespace>
@@ -13,7 +13,7 @@
 	<category>security</category>
 	<bugs>https://github.com/nextcloud/server/issues</bugs>
 	<dependencies>
-		<nextcloud min-version="15" max-version="15" />
+		<nextcloud min-version="16" max-version="16"/>
 	</dependencies>
 
 	<repair-steps>
diff --git a/apps/updatenotification/appinfo/info.xml b/apps/updatenotification/appinfo/info.xml
index e2c136d92ae054a882dd2acb05261cc2de90327a..796df0cd67fbd55ac9844dde2cc53fd525dde925 100644
--- a/apps/updatenotification/appinfo/info.xml
+++ b/apps/updatenotification/appinfo/info.xml
@@ -5,7 +5,7 @@
 	<name>Update notification</name>
 	<summary>Displays update notifications for Nextcloud and provides the SSO for the updater.</summary>
 	<description>Displays update notifications for Nextcloud and provides the SSO for the updater.</description>
-	<version>1.5.0</version>
+	<version>1.6.0</version>
 	<licence>agpl</licence>
 	<author>Lukas Reschke</author>
 	<namespace>UpdateNotification</namespace>
@@ -13,7 +13,7 @@
 	<category>monitoring</category>
 	<bugs>https://github.com/nextcloud/server/issues</bugs>
 	<dependencies>
-		<nextcloud min-version="15" max-version="15" />
+		<nextcloud min-version="16" max-version="16"/>
 	</dependencies>
 
 	<background-jobs>
diff --git a/apps/user_ldap/appinfo/info.xml b/apps/user_ldap/appinfo/info.xml
index 2515115006359849a7a31ed1a37541aa9b50e362..80a656ac69b4034c36b7c3055f4e094f79745d29 100644
--- a/apps/user_ldap/appinfo/info.xml
+++ b/apps/user_ldap/appinfo/info.xml
@@ -9,7 +9,7 @@
 A user logs into Nextcloud with their LDAP or AD credentials, and is granted access based on an authentication request handled by the LDAP or AD server. Nextcloud does not store LDAP or AD passwords, rather these credentials are used to authenticate a user and then Nextcloud uses a session for the user ID. More information is available in the LDAP User and Group Backend documentation.
 
 	</description>
-	<version>1.5.0</version>
+	<version>1.6.0</version>
 	<licence>agpl</licence>
 	<author>Dominik Schmidt</author>
 	<author>Arthur Schiwon</author>
@@ -24,7 +24,7 @@ A user logs into Nextcloud with their LDAP or AD credentials, and is granted acc
 	<bugs>https://github.com/nextcloud/server/issues</bugs>
 	<dependencies>
 		<lib>ldap</lib>
-		<nextcloud min-version="15" max-version="15" />
+		<nextcloud min-version="16" max-version="16"/>
 	</dependencies>
 
 	<background-jobs>
diff --git a/apps/workflowengine/appinfo/info.xml b/apps/workflowengine/appinfo/info.xml
index e633db42141b6641bb65370459d7dfa02f38a3ba..6e666478681a38d7491155868f8677cde8457a1a 100644
--- a/apps/workflowengine/appinfo/info.xml
+++ b/apps/workflowengine/appinfo/info.xml
@@ -5,7 +5,7 @@
 	<name>Files workflow engine</name>
 	<summary>Files workflow engine</summary>
 	<description>Files workflow engine</description>
-	<version>1.5.0</version>
+	<version>1.6.0</version>
 	<licence>agpl</licence>
 	<author>Morris Jobke</author>
 	<namespace>WorkflowEngine</namespace>
@@ -20,7 +20,7 @@
 	<repository>https://github.com/nextcloud/server.git</repository>
 
 	<dependencies>
-		<nextcloud min-version="15" max-version="15" />
+		<nextcloud min-version="16" max-version="16"/>
 	</dependencies>
 
 	<settings>
diff --git a/version.php b/version.php
index 22fddc4dac2c8fb027550dbd4b7751c41b3461d5..d89c3893a872580321ad76ed18167d89c9e23714 100644
--- a/version.php
+++ b/version.php
@@ -29,15 +29,15 @@
 // between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
 // when updating major/minor version number.
 
-$OC_Version = array(15, 0, 0, 7);
+$OC_Version = array(16, 0, 0, 0);
 
 // The human readable string
-$OC_VersionString = '15.0.0 RC 1';
+$OC_VersionString = '16.0.0 alpha';
 
 $OC_VersionCanBeUpgradedFrom = [
 	'nextcloud' => [
-		'14.0' => true,
 		'15.0' => true,
+		'16.0' => true,
 	],
 	'owncloud' => [
 	],